mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Fixing Error
This commit is contained in:
parent
24b19e1e49
commit
02e444d528
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ] ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue