]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - install.sh
798efac89ff4562b80ba428a077c35689ce04f58
1 echo "Updating your system..."
3 # install dependencies for Proxmark3 source code.
4 sudo apt
-get install p7zip git build
-essential libreadline5 libreadline
-dev gcc
-arm-none-eabi
5 sudo apt
-get install libusb
-0.1
-4 libusb
-dev libqt4
-dev libncurses5
-dev perl pkg
-config wget
8 sudo apt
-get install -f -y
9 sudo apt
-get autoremove
-y
10 sudo apt
-get autoclean
-y