Merge branch 'dev' into sddm-uki-changes

This commit is contained in:
Ryan Hughes
2025-10-06 11:08:56 -04:00
committed by GitHub
56 changed files with 471 additions and 228 deletions

View File

@@ -18,6 +18,9 @@ done
# Must be x86 only to fully work
[ "$(uname -m)" != "x86_64" ] && abort "x86_64 CPU"
# Must have secure boot disabled
bootctl status 2>/dev/null | grep -q 'Secure Boot: disabled' || abort "Secure Boot disabled"
# Must not have Gnome or KDE already install
pacman -Qe gnome-shell &>/dev/null && abort "Fresh + Vanilla Arch"
pacman -Qe plasma-desktop &>/dev/null && abort "Fresh + Vanilla Arch"