feat: Make app name configurable

This commit is contained in:
Kroese 2025-02-25 15:09:11 +01:00 committed by GitHub
parent 69ece08bcc
commit f10ce93d62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -Eeuo pipefail set -Eeuo pipefail
APP="QEMU" : "${APP:="QEMU"}"
SUPPORT="https://github.com/qemus/qemu-arm" : "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
cd /run cd /run