Skip to content

Commit 6d20d33

Browse files
Installing
Installing
1 parent f77300b commit 6d20d33

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

install.sh

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#!/usr/bin/bash
2+
# This code write by (Mr.nope)
3+
if [[ "$(id -u)" -ne 0 ]]; then
4+
echo ""
5+
echo "Please, Run This Programm as Root!"
6+
echo ""
7+
exit 1
8+
fi
9+
clear
10+
echo "installing..."
11+
sleep 1
12+
echo ""
13+
echo " ███████████████████████████████████████▀█"
14+
echo " █─█─██▀▄─██─▄▄▄─█▄─█─▄█▄─▄█▄─▀█▄─▄█─▄▄▄▄█"
15+
echo " █─▄─██─▀─██─███▀██─▄▀███─███─█▄▀─██─██▄─█"
16+
echo " ▀▄▀▄▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▀▄▄▀▄▄▄▀▄▄▄▀▀▄▄▀▄▄▄▄▄▀"
17+
echo " (🅗🅐🅒🅚🅘🅝🅖)"
18+
echo ""
19+
apt install python3
20+
apt install python
21+
pip install requirments.txt
22+
chmod a+x hacking
23+
sleep 1
24+
sudo cp hacking /usr/local/bin/
25+
sudo cp hacking /usr/share/
26+
echo ""
27+
echo "Installing..., Finish...!"
28+
echo ""
29+
echo "usage: hacking"
30+
echo ""
31+
exit 1

0 commit comments

Comments
 (0)