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

@@ -1,4 +1,4 @@
if [[ ${OMARCHY_INSTALL_MODE:-offline} == "online" ]]; then
if [[ -n ${OMARCHY_ONLINE_INSTALL:-} ]]; then
# Install build tools
sudo pacman -S --needed --noconfirm base-devel