fix installer in case of manual install

This commit is contained in:
VirtuBox
2019-04-11 13:04:30 +02:00
parent f5095751c9
commit 61de813645
2 changed files with 20 additions and 13 deletions

2
wo.sh
View File

@@ -15,7 +15,7 @@
###
if [[ $EUID -ne 0 ]]; then
wo_lib_echo_fail "Sudo privilege required..."
wo_lib_echo_fail "Use: wget -qO wo wops.cc && sudo bash wo"
wo_lib_echo_fail "Use: curl -sL wops.cc | sudo bash"
exit 100
fi