Skip to content

Commit d146d9a

Browse files
Add files via upload
1 parent 1534577 commit d146d9a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

install.sh

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#!/usr/bin/bash
2+
# This code write by (Mr.nope)
3+
clear
4+
echo "installing..."
5+
sleep 1
6+
echo ""
7+
echo " ███████████████████████████████████████▀█"
8+
echo " █─█─██▀▄─██─▄▄▄─█▄─█─▄█▄─▄█▄─▀█▄─▄█─▄▄▄▄█"
9+
echo " █─▄─██─▀─██─███▀██─▄▀███─███─█▄▀─██─██▄─█"
10+
echo " ▀▄▀▄▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▀▄▄▀▄▄▄▀▄▄▄▀▀▄▄▀▄▄▄▄▄▀"
11+
echo " (🅗🅐🅒🅚🅘🅝🅖)"
12+
echo ""
13+
sudo apt install python3
14+
sudo apt install python2
15+
sudo apt install python
16+
pip install requirments.txt
17+
chmod a+x hacking
18+
sleep 1
19+
sudo cp hacking /usr/local/bin/
20+
sudo cp hacking /usr/share/
21+
echo ""
22+
echo "finish!"
23+
echo ""
24+
echo "usage: hacking"
25+
echo ""
26+
exit 1

0 commit comments

Comments
 (0)