]> cvs.zerfleddert.de Git - proxmark3-svn/blame - install.sh
FIX: 'hf 14a reader' - when card SAK was 0x00, it calls GetHF14AMfU_Type() to try...
[proxmark3-svn] / install.sh
CommitLineData
d6c891c5 1echo "Updating your system..."
2
3# install dependencies for Proxmark3 source code.
4sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi
c417b218 5sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev perl pkg-config wget
d6c891c5 6
7#cleaning up
8sudo apt-get install -f -y
9sudo apt-get autoremove -y
10sudo apt-get autoclean -y
11sudo apt-get clean -y
12sudo apt-get update
13
14# Where is my device?
c417b218 15#dmesg | tail -10
d6c891c5 16
Impressum, Datenschutz