mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-23 13:37:35 +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
|
fi
|
||||||
|
|
||||||
# install RDV40 - proxmark3
|
# install RDV40 - proxmark3
|
||||||
git clone https://github.com/RfidResearchGroup/proxmark3.git
|
git clone https://github.com/RfidResearchGroup/proxmark3.git .
|
||||||
(
|
(
|
||||||
cd proxmark3 || exit 1
|
cd proxmark3 || exit 1
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Add table
Reference in a new issue