feat: Make app name configurable (#180)
This commit is contained in:
parent
69ece08bcc
commit
63afa68a5c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue