Install updates

This commit is contained in:
Ryan Hughes
2025-11-16 11:58:50 -05:00
parent 286e6378e7
commit 080d287d74
5 changed files with 23 additions and 15 deletions

View File

@@ -1,7 +1,11 @@
run_logged $OMARCHY_INSTALL/packaging/base.sh
# Skip base package installation if running from archinstall wrapper
# The wrapper already installed base packages before user creation
if [[ -z "$OMARCHY_ARCHINSTALL_WRAPPER" ]]; then
run_logged $OMARCHY_INSTALL/packaging/base.sh
fi
run_logged $OMARCHY_INSTALL/packaging/apps.sh
run_logged $OMARCHY_INSTALL/packaging/fonts.sh
run_logged $OMARCHY_INSTALL/packaging/nvim.sh
run_logged $OMARCHY_INSTALL/packaging/icons.sh
run_logged $OMARCHY_INSTALL/packaging/webapps.sh
run_logged $OMARCHY_INSTALL/packaging/tuis.sh