mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 06:31:49 +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
|
||||
set -Eeuo pipefail
|
||||
|
||||
: "${BOOT_MODE:="windows"}"
|
||||
|
||||
APP="Windows"
|
||||
BOOT_MODE="windows"
|
||||
SUPPORT="https://github.com/dockur/windows-arm"
|
||||
|
||||
cd /run
|
||||
|
|
Loading…
Reference in a new issue