From 55c4fb2552f40c83d2236962ea0aa6685297d624 Mon Sep 17 00:00:00 2001 From: Reid Rankin Date: Thu, 16 Aug 2018 12:37:29 -0400 Subject: [PATCH] Add libcanberra-gtk-module to install.sh Under Ubuntu 18.04, the proxmark3 client throws an error that the canberra-gtk-module is missing; this makes that message go away. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5e6f7d4bf..a3b6cede5 100755 --- a/install.sh +++ b/install.sh @@ -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