#!/bin/bash # omarchy:summary=Online Omarchy install (on an existing Arch system) # omarchy:group=install set -eEo pipefail # Online entry point. The ISO install is driven by omarchy-iso's Python # orchestrator instead, which arch-chroots into /mnt and runs finalize.sh # directly — never touches this script. exec bash "${OMARCHY_PATH:-/usr/share/omarchy}/install.sh" "$@"