Skip to content

Commit

Permalink
feat: Make app name configurable (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 25, 2025
1 parent 8d10ce8 commit 3768d0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/entry.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3768d0f

Please sign in to comment.