1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Fixing Error

This commit is contained in:
Mr.Z4nzu
2020-04-19 13:10:59 +05:30
committed by GitHub
parent 24b19e1e49
commit 02e444d528

View File

@ -55,10 +55,10 @@ echo "[✔] Installing ...";
echo ""; echo "";
git clone https://github.com/Z4nzu/hackingtool.git "$INSTALL_DIR"; git clone https://github.com/Z4nzu/hackingtool.git "$INSTALL_DIR";
echo "#!/bin/bash echo "#!/bin/bash
python $INSTALL_DIR/hackingtool.py" '${1+"$@"}' > hackingtool; python3 $INSTALL_DIR/hackingtool.py" '${1+"$@"}' > hackingtool;
chmod +x hackingtool; chmod +x hackingtool;
sudo cp hackingtool /usr/bin/; sudo cp hackingtool /usr/bin/;
rm hacktronian; rm hackingtool;
if [ -d "$INSTALL_DIR" ] ; if [ -d "$INSTALL_DIR" ] ;