diff --git a/install/preflight/guard.sh b/install/preflight/guard.sh index 9d90c228..37ab1da1 100755 --- a/install/preflight/guard.sh +++ b/install/preflight/guard.sh @@ -15,7 +15,7 @@ for marker in /etc/cachyos-release /etc/eos-release /etc/garuda-release /etc/man done # Must not be running as root -[ "$EUID" -eq 0 ] && abort "Running as user (not root)" +[ "$EUID" -eq 0 ] && abort "Running as root (not user)" # Must be x86 only to fully work [ "$(uname -m)" != "x86_64" ] && abort "x86_64 CPU"