mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
Merge pull request #20 from TomHarkness/master
OS X - Fix for install.sh
This commit is contained in:
commit
41ca388edc
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…
Add table
Reference in a new issue