mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ADD: added a install.sh script for easy installation of dependencies on linux.
This commit is contained in:
parent
c15e07f11d
commit
d6c891c5c8
1 changed files with 16 additions and 0 deletions
16
install.sh
Normal file
16
install.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
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 ncurses-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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue