Skip to content

Commit ce7d5aa

Browse files
Add files via upload
1 parent 519deea commit ce7d5aa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Update/update

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/bash
2+
# This code write by Mr.nope
3+
if [[ "$id -u" -ne 0 ]]; then
4+
echo ""
5+
echo "Please Run Programm as Root!"
6+
exit 1
7+
fi
8+
clear
9+
echo "Updaing..."
10+
sleep 2
11+
cd .. && cd .. && rm -r hackingtools && git clone https://github.com/mrprogrammer2938/hackingtools && cd hackingtools && bash install.sh
12+
echo ""
13+
echo "Updaing..., Finish...!"
14+
echo ""
15+
exit 1

0 commit comments

Comments
 (0)