Skip to content

Commit 88879f1

Browse files
committed
Fix sudo message for #11
1 parent 59e9100 commit 88879f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"
77

88
user_check() {
99
if [ $(id -u) -eq 0 ]; then
10-
printf "Script should not be run as root. Try './install.sh'\n"
10+
printf "Script should not be run as root. Try './uninstall.sh'\n"
1111
exit 1
1212
fi
1313
}

0 commit comments

Comments
 (0)