Updated wording in install.sh
This commit is contained in:
parent
d8a7a0e2ea
commit
8f81bd419c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Check if script is run with sudo
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "This script must be run with sudo." 1>&2
|
||||
echo "This script must be run as root." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user