Flipped abort message

Co-authored-by: @nbw
Closes #1058
This commit is contained in:
David Heinemeier Hansson 2025-08-25 13:00:50 +02:00
parent 4e389007f1
commit 9e0c638b84

View File

@ -15,7 +15,7 @@ for marker in /etc/cachyos-release /etc/eos-release /etc/garuda-release /etc/man
done done
# Must not be running as root # 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 # Must be x86 only to fully work
[ "$(uname -m)" != "x86_64" ] && abort "x86_64 CPU" [ "$(uname -m)" != "x86_64" ] && abort "x86_64 CPU"