Updated wording in install.sh
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user