mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Make app name configurable (#197)
This commit is contained in:
parent
8d10ce8f68
commit
3768d0f3df
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue