Skip to content

Commit 1eb6d00

Browse files
Update install.sh
1 parent af4a132 commit 1eb6d00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/bash
22
# This code write by Mr.nope
3-
# DDos-Attack v1.5.2
4-
if [[ "$(id -u)" -ne 0 ]]; then
3+
# DDos-Attack v2.0.0
4+
if [[ "$(id -u)" -ne 0 ]];
5+
then
56
echo "
67
Please, Run This programm as Root!
78
"

0 commit comments

Comments
 (0)