proxmark3/install.sh

17 lines
448 B
Bash
Raw Normal View History

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
2016-10-05 23:10:14 +08:00
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
sudo apt-get autoremove -y
sudo apt-get autoclean -y
sudo apt-get clean -y
sudo apt-get update
# Where is my device?
2016-10-05 23:10:14 +08:00
#dmesg | tail -10