mirror of
https://github.com/dockur/windows.git
synced 2025-03-14 05:45:21 +00:00
feat: Make app name configurable (#1058)
This commit is contained in:
parent
009c2c7deb
commit
63a9d10a27
@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
: "${APP:="Windows"}"
|
||||
: "${BOOT_MODE:="windows"}"
|
||||
|
||||
APP="Windows"
|
||||
SUPPORT="https://github.com/dockur/windows"
|
||||
: "${SUPPORT:="https://github.com/dockur/windows"}"
|
||||
|
||||
cd /run
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user