From 02e444d528508559980c0a56ddf4211eadc83edb Mon Sep 17 00:00:00 2001 From: "Mr.Z4nzu" Date: Sun, 19 Apr 2020 13:10:59 +0530 Subject: [PATCH] Fixing Error --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8919655..61f6daf 100644 --- a/install.sh +++ b/install.sh @@ -55,10 +55,10 @@ echo "[✔] Installing ..."; echo ""; git clone https://github.com/Z4nzu/hackingtool.git "$INSTALL_DIR"; echo "#!/bin/bash -python $INSTALL_DIR/hackingtool.py" '${1+"$@"}' > hackingtool; +python3 $INSTALL_DIR/hackingtool.py" '${1+"$@"}' > hackingtool; chmod +x hackingtool; sudo cp hackingtool /usr/bin/; -rm hacktronian; +rm hackingtool; if [ -d "$INSTALL_DIR" ] ;