Updated wording in install.sh

This commit is contained in:
Mattia Mascarello 2024-05-06 09:30:29 +02:00
parent d8a7a0e2ea
commit 8f81bd419c

View File

@ -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