]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - install.sh
textual (piwi)
[proxmark3-svn] / install.sh
index 798efac89ff4562b80ba428a077c35689ce04f58..7bdf01de026ad60af882d16821a4a1d66104ac87 100755 (executable)
@@ -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
 
Impressum, Datenschutz