installer: keep offline finalizer non-interactive

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent 830c798bde
commit e01c233431
4 changed files with 36 additions and 6 deletions
+3
View File
@@ -1,6 +1,9 @@
abort() {
echo -e "\e[31mOmarchy install requires: $1\e[0m"
echo
if [[ -n ${OMARCHY_CHROOT_FINALIZER:-} ]]; then
exit 1
fi
gum confirm "Proceed anyway on your own accord and without assistance?" || exit 1
}