Give every install group an all.sh driver

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-24 12:27:01 -07:00
co-authored by Claude Opus 5
parent e1af4dbfac
commit fe036a82fa
4 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -77,10 +77,7 @@ source "$OMARCHY_INSTALL/config/all.sh"
omarchy-setup-hardware --install-user "$install_user"
run_logged "$OMARCHY_INSTALL/login/sddm.sh"
run_logged "$OMARCHY_INSTALL/post-install/pacman.sh"
run_logged "$OMARCHY_INSTALL/post-install/udev.sh"
run_logged "$OMARCHY_INSTALL/post-install/localdb.sh"
source "$OMARCHY_INSTALL/login/all.sh"
source "$OMARCHY_INSTALL/post-install/all.sh"
stop_install_log