feat: Allow custom bootmodes

This commit is contained in:
Kroese 2024-03-13 09:58:59 +01:00 committed by GitHub
parent c8736f7871
commit 2d31691273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" SUPPORT="https://github.com/dockur/windows"
cd /run cd /run