mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: Platform variable (#222)
This commit is contained in:
parent
5698b772b3
commit
6d588e42e1
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ set -Eeuo pipefail
|
|||
: "${APP:="macOS"}"
|
||||
: "${VGA:="vmware"}"
|
||||
: "${DISK_TYPE:="blk"}"
|
||||
: "${PLATFORM:="x64"}"
|
||||
: "${SUPPORT:="https://github.com/dockur/macos"}"
|
||||
|
||||
cd /run
|
||||
|
|
|
|||
Loading…
Reference in a new issue