mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
16 lines
448 B
Bash
Executable file
16 lines
448 B
Bash
Executable file
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
|
|
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?
|
|
#dmesg | tail -10
|
|
|