parent
4e389007f1
commit
9e0c638b84
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user