From 8f81bd419cac0d287587c10ab9e3f90b51dc3ffc Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Mon, 6 May 2024 09:30:29 +0200 Subject: [PATCH] Updated wording in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dbf5406..85ecc32 100755 --- a/install.sh +++ b/install.sh @@ -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