alpine: reorder apps

This commit is contained in:
2025-11-01 22:23:38 +01:00
parent f1cbd13de6
commit 18c05c7ec9

View File

@@ -133,9 +133,9 @@ IssueSetContent() {
InstApps() {
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
"docker" "" off \
"gitea" "" off \
"gitea-act_runner" "" off\
"docker" "" off 3>&1 1>&2 2>&3)
"gitea-act_runner" "" off 3>&1 1>&2 2>&3)
# shellcheck disable=SC2181
if [ "${?}" = "0" ]; then
for ITM in ${SEL}; do