From: iceman1001 Date: Mon, 16 May 2016 17:04:04 +0000 (+0200) Subject: CHG: added an entry to copy the 77-mm-usb-device-blacklist.rules file into /etc... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3f7540c9b768105a4aad9520419e8c332dc536e6?hp=6648776f2acd426647fa3d1e8c95a5ab1432c434 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. --- diff --git a/Makefile b/Makefile index bafd8161..4d55d22b 100644 --- a/Makefile +++ b/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: