X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c417b2185cad17af6639f96bbaf141b62e054d1f..905c55de2bbe642412b47ed4e92344096c817fac:/install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 798efac8..7bdf01de --- a/install.sh +++ b/install.sh @@ -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