chg; switch fork to clone.

This commit is contained in:
iceman1001 2017-07-26 10:41:32 +02:00
commit ca0174e89b

View file

@ -2,9 +2,7 @@
set -x
# This for linux ppl
#for linux ppl
# this should work fine on Ubuntu distros. Don't know about Kali, ...
# This is for linux ppl and it works on Ubuntu distros. Don't know about Kali.
echo "Updating your system..."
@ -19,8 +17,8 @@ sudo apt-get autoclean -y
sudo apt-get clean -y
sudo apt-get update
# install proxmark3
git clone https://github.com/Proxmark/proxmark3.git
# install iceman fork - proxmark3
git clone https://github.com/iceman1001/proxmark3.git
(
cd proxmark3 || exit 1
git reset --hard