mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg; switch fork to clone.
This commit is contained in:
parent
e4ae456772
commit
ca0174e89b
1 changed files with 3 additions and 5 deletions
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# This for linux ppl
|
# This is for linux ppl and it works on Ubuntu distros. Don't know about Kali.
|
||||||
#for linux ppl
|
|
||||||
# this should work fine on Ubuntu distros. Don't know about Kali, ...
|
|
||||||
|
|
||||||
echo "Updating your system..."
|
echo "Updating your system..."
|
||||||
|
|
||||||
|
@ -19,8 +17,8 @@ sudo apt-get autoclean -y
|
||||||
sudo apt-get clean -y
|
sudo apt-get clean -y
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# install proxmark3
|
# install iceman fork - proxmark3
|
||||||
git clone https://github.com/Proxmark/proxmark3.git
|
git clone https://github.com/iceman1001/proxmark3.git
|
||||||
(
|
(
|
||||||
cd proxmark3 || exit 1
|
cd proxmark3 || exit 1
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue