mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: 'install.sh' blacklist rules installed aswell. run as root to install.
This commit is contained in:
parent
d3fd5fd6d8
commit
aed36ae5bd
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
#for linux ppl
|
||||
# this should work fine on Ubuntu distros. Don't know about Kali, ...
|
||||
|
||||
echo "Updating your system..."
|
||||
|
||||
# install dependencies for Proxmark3 source code.
|
||||
|
@ -11,6 +14,10 @@ sudo apt-get autoclean -y
|
|||
sudo apt-get clean -y
|
||||
sudo apt-get update
|
||||
|
||||
# Copy blacklist rules into /etc/udev/rules.d
|
||||
# check the Makefile for details
|
||||
sudo make udev
|
||||
|
||||
# Where is my device?
|
||||
#dmesg | tail -10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue