Skip to content

Commit 162e3d9

Browse files
authored
Update install.sh
1 parent 433bf87 commit 162e3d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ if [ "$EUID" -ne 0 ]
1010
exit 127
1111
fi
1212

13-
if [ "$1" = "-update" ]; then
14-
exit 0
15-
fi
13+
#if [ "$1" = "-update" ]; then
14+
# exit 0
15+
#fi
1616

1717
if [ "$1" = "-rm" ]; then
1818

0 commit comments

Comments
 (0)