mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|