feat: Make app name configurable (#180)

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

View file

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