mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 14:41:48 +00:00
feat: Support custom boot modes (#40)
This commit is contained in:
parent
e29ef11c96
commit
fc7912f978
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