mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Merge pull request #11 from reidrankin/patch-2
Add libcanberra-gtk-module to install.sh
This commit is contained in:
commit
f28bd282bb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -x
|
||||||
function installProxmark_Linux {
|
function installProxmark_Linux {
|
||||||
# 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 libncurses5-dev perl pkg-config wget
|
sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev libcanberra-gtk-module perl pkg-config wget
|
||||||
#cleaning up
|
#cleaning up
|
||||||
sudo apt-get install -f -y
|
sudo apt-get install -f -y
|
||||||
sudo apt-get autoremove -y
|
sudo apt-get autoremove -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue