mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 10:01:07 +08:00
OS X - Fix for install.sh
This commit is contained in:
parent
f1d0e9db4d
commit
761dd9d0e0
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ function installProxmark_Linux {
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue