mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user