We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1534577 commit d146d9aCopy full SHA for d146d9a
install.sh
@@ -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
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
19
+sudo cp hacking /usr/local/bin/
20
+sudo cp hacking /usr/share/
21
22
+echo "finish!"
23
24
+echo "usage: hacking"
25
26
+exit 1
0 commit comments