add _RUNNING_ARCH to scripts title

This commit is contained in:
Tobias Powalowski 2023-06-29 19:49:08 +02:00
parent 88573a2ddb
commit 5b2427bbd1

View file

@ -2,7 +2,8 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# written by Tobias Powalowski <tpowa@archlinux.org> # written by Tobias Powalowski <tpowa@archlinux.org>
_ANSWER="/tmp/.locale" _ANSWER="/tmp/.locale"
_TITLE="Archboot | Arch Linux Setup | System Wide Locale Setting" _RUNNING_ARCH="$(uname -m)"
_TITLE="Archboot${_RUNNING_ARCH} | Arch Linux Setup | System Wide Locale Setting"
# _dialog() # _dialog()
# an el-cheapo dialog wrapper # an el-cheapo dialog wrapper
# #