feat: Make app name configurable (#197)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled

This commit is contained in:
Kroese 2025-02-25 15:13:03 +01:00 committed by GitHub
parent 8d10ce8f68
commit 3768d0f3df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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