From 3768d0f3df32ca2b372ca3eaa6b92810b34d2961 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:13:03 +0100 Subject: [PATCH] feat: Make app name configurable (#197) --- src/entry.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index 99c28b3..6b204af 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,11 +1,10 @@ #!/usr/bin/env bash set -Eeuo pipefail +: "${APP:="macOS"}" : "${VGA:="vmware"}" : "${DISK_TYPE:="blk"}" - -APP="macOS" -SUPPORT="https://github.com/dockur/macos" +: "${SUPPORT:="https://github.com/dockur/macos"}" cd /run