Skip to content

Commit 509982d

Browse files
Update update
1 parent c9bfe49 commit 509982d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Update/update

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
#!/usr/bin/bash
22
# This code write by Mr.nope
3-
clear
43
if [[ "$id -u" -ne 0 ]]; then
5-
echo "Please Run This Programm as Root!"
4+
echo "
5+
Please Run This Programm as Root!
6+
"
67
exit 1
78
fi
9+
printf '\033]2;DDos-attack/Updating\a'
810
clear
911
echo "Updating DDos-Attack Tool..."
1012
sleep 2
1113
cd .. && rm -r DDos-Attack && git clone https://github.com/mrprogrammer2938/DDos-Attack && cd DDos-Attack && bash install.sh
12-
echo ""
13-
echo "Updating..., Finish...!"
14-
echo ""
14+
echo "
15+
Updating..., Finish...!
16+
17+
"
1518
exit 1

0 commit comments

Comments
 (0)