From 761dd9d0e0d00ba5a8c06f856319c14c692bf2f1 Mon Sep 17 00:00:00 2001 From: TomHarkness Date: Thu, 30 Aug 2018 18:04:07 +1000 Subject: [PATCH] OS X - Fix for install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index a273fdd34..8dc3e5317 100755 --- a/install.sh +++ b/install.sh @@ -13,18 +13,18 @@ function installProxmark_Linux { sudo apt-get update # Install libcanberragtk in Ubuntu 18.04 - if [[ $(cat /etc/issue | awk '{print $2}') = *"18.04"* ]]; then + if [[ $(cat /etc/issue | awk '{print $2}') = *"18.04"* ]]; then apt-get install libcanberra-gtk-module fi # install RDV40 - proxmark3 - git clone https://github.com/RfidResearchGroup/proxmark3.git + git clone https://github.com/RfidResearchGroup/proxmark3.git . ( cd proxmark3 || exit 1 git reset --hard git clean -dfx make clean - make -j$(nproc) all + make -j$(nproc) all # Copy blacklist rules into /etc/udev/rules.d # check the Makefile for details sudo make udev