feat: Support custom boot modes
This commit is contained in:
parent
e29ef11c96
commit
1b213ebf0c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
|
: "${BOOT_MODE:="windows"}"
|
||||||
|
|
||||||
APP="Windows"
|
APP="Windows"
|
||||||
BOOT_MODE="windows"
|
|
||||||
SUPPORT="https://github.com/dockur/windows-arm"
|
SUPPORT="https://github.com/dockur/windows-arm"
|
||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue