Unverified Commit 3768d0f3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Make app name configurable (#197)

parent 8d10ce8f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
#!/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