From ca0174e89beab1a665160826656a4a507456c618 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 26 Jul 2017 10:41:32 +0200 Subject: [PATCH] chg; switch fork to clone. --- install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 0b63972f8..7dad824ad 100755 --- a/install.sh +++ b/install.sh @@ -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