2 # this should work fine on Ubuntu distros. Don't know about Kali, ...
4 echo "Updating your system..."
6 # install dependencies for Proxmark3 source code.
7 sudo apt-get
install p7zip git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi
8 sudo apt-get
install libusb-0.1
-4 libusb-dev libqt4-dev libncurses5-dev perl pkg-config wget
11 sudo apt-get
install -f -y
12 sudo apt-get autoremove
-y
13 sudo apt-get autoclean
-y
17 # Copy blacklist rules into /etc/udev/rules.d
18 # check the Makefile for details