mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: libcurses
This commit is contained in:
parent
d6c891c5c8
commit
c417b2185c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ echo "Updating your system..."
|
||||||
|
|
||||||
# install dependencies for Proxmark3 source code.
|
# 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 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
|
sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev perl pkg-config wget
|
||||||
|
|
||||||
#cleaning up
|
#cleaning up
|
||||||
sudo apt-get install -f -y
|
sudo apt-get install -f -y
|
||||||
|
@ -12,5 +12,5 @@ sudo apt-get clean -y
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# Where is my device?
|
# Where is my device?
|
||||||
dmesg | tail -10
|
#dmesg | tail -10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue