Separate pacman setup from aur and make aur optional

This commit is contained in:
David Heinemeier Hansson
2025-08-24 17:20:13 +02:00
parent 09a90e3cf2
commit 664fb7c51a
3 changed files with 22 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ source $OMARCHY_INSTALL/preflight/trap-errors.sh
source $OMARCHY_INSTALL/preflight/chroot.sh
source $OMARCHY_INSTALL/preflight/mirrorlist.sh
source $OMARCHY_INSTALL/preflight/guard.sh
source $OMARCHY_INSTALL/preflight/pacman.sh
source $OMARCHY_INSTALL/preflight/aur.sh
source $OMARCHY_INSTALL/preflight/migrations.sh