Skip to content

Commit

Permalink
Fix for install.sh - OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarkness committed Aug 31, 2018
1 parent d87b208 commit 23278e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local qt5Core=$(find /usr -name Qt5Core.pc 2>/dev/null)
chmod 444 $QT_PKG_CONFIG_QT5CORE
)
# install iceman fork- proxmark3
git clone https://github.com/iceman1001/proxmark3.git
git clone https://github.com/iceman1001/proxmark3.git .
(
cd proxmark3 || exit 1
git reset --hard
Expand Down

0 comments on commit 23278e8

Please sign in to comment.