Unverified Commit 02e444d5 authored by Mr.Z4nzu's avatar Mr.Z4nzu Committed by GitHub
Browse files

Fixing Error

parent 24b19e1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ] ;