Switch to a simple boolean

This commit is contained in:
David Heinemeier Hansson
2025-09-13 19:19:52 +02:00
parent beb2e6b865
commit 51607f1978
5 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ catch_errors() {
options=()
# If online install, show retry first
if [[ ${OMARCHY_INSTALL_MODE:-offline} == "online" ]]; then
if [[ -n ${OMARCHY_ONLINE_INSTALL:-} ]]; then
options+=("Retry installation")
fi