mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Switch to a simple boolean
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user