X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2715eb5fcf75ddcde9aec4ed7f6aea0e8d82029e..8ad1e731c8561ba050db2e80daff7b1e97e575ca:/install.sh

diff --git a/install.sh b/install.sh
index 666555f5..7bdf01de 100755
--- a/install.sh
+++ b/install.sh
@@ -1,8 +1,11 @@
+#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.
 sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi 
-sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev ncurses-dev perl pkg-config wget
+sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev perl pkg-config wget
 
 #cleaning up
 sudo apt-get install -f -y
@@ -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
+#dmesg | tail -10