Merge pull request #11 from reidrankin/patch-2

Add libcanberra-gtk-module to install.sh
This commit is contained in:
RFID Research Group 2018-08-17 08:40:12 +02:00 committed by GitHub
commit f28bd282bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ set -x
function installProxmark_Linux {
# 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
sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev libcanberra-gtk-module perl pkg-config wget
#cleaning up
sudo apt-get install -f -y
sudo apt-get autoremove -y