diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-04-16 15:23:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 15:23:27 -0400 |
commit | 52b6e2aed7a02e35ba5c641e6b569b2faf009fd7 (patch) | |
tree | 2d4197cf0753f67599f498146c6af729b27484d0 | |
parent | 67c874da3a8e5d90265ff2ff537820bcafd38369 (diff) |
ERGH
-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 bb2982a..2512a8a 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 get-pip.py --user +python3 /tmp/get-pip.py --user export PATH=$PATH:/root/.local/bin |