mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
15 lines
565 B
Bash
15 lines
565 B
Bash
# Called by Omarchy ISO setup before starting configurator and archinstall
|
|
|
|
source "$OMARCHY_INSTALL/preflight/set-size-vars.sh"
|
|
source "$OMARCHY_INSTALL/helpers/logo.sh"
|
|
source "$OMARCHY_INSTALL/preflight/gum.sh"
|
|
source "$OMARCHY_INSTALL/helpers/tail-log-output.sh"
|
|
source "$OMARCHY_INSTALL/helpers/trap-errors.sh"
|
|
|
|
source $OMARCHY_INSTALL/helpers/chroot.sh
|
|
source $OMARCHY_INSTALL/helpers/logo.sh
|
|
source $OMARCHY_INSTALL/helpers/gum.sh
|
|
source $OMARCHY_INSTALL/helpers/errors.sh
|
|
source $OMARCHY_INSTALL/helpers/logging.sh
|
|
source $OMARCHY_INSTALL/helpers/layout.sh
|