diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-04-17 10:41:53 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2020-04-17 10:41:53 -0400 |
commit | 3cc8924d10f6e140339242350c3e5edd8d1cd38b (patch) | |
tree | 40616b75fbbf0eca971ddf61191f5828604a55e5 /setup-kali.sh | |
parent | 5fcc057b886e0922e119a77c6d455795d6603600 (diff) |
A little more code cleanup and order re-arranging
Diffstat (limited to 'setup-kali.sh')
-rw-r--r-- | setup-kali.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-kali.sh b/setup-kali.sh index 2512a8a..cccda10 100644 --- a/setup-kali.sh +++ b/setup-kali.sh @@ -10,7 +10,7 @@ echo "* Installing pip *" echo "***********************************" curl -s https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py -python3 /tmp/get-pip.py --user +python3 /tmp/get-pip.py --user --no-warn-script-location export PATH=$PATH:/root/.local/bin |