mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: added an entry to copy the 77-mm-usb-device-blacklist.rules file into /etc/udev/rules.d and reload the rules.
All needs to be executed as root, so I use sudo. pm3:>make udev Is all that is needed to install it on Linux systems.
This commit is contained in:
parent
6648776f2a
commit
3f7540c9b7
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -44,5 +44,9 @@ newtarbin:
|
|||
tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin
|
||||
$(GZIP) proxmark3-$(platform)-bin.tar
|
||||
|
||||
udev:
|
||||
sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules
|
||||
sudo udevadm control --reload-rules
|
||||
|
||||
# Dummy target to test for GNU make availability
|
||||
_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue