From 18c05c7ec93f3b529c0faf078e91f4bff66dcb91 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 1 Nov 2025 22:23:38 +0100 Subject: [PATCH] alpine: reorder apps --- alpine/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/init.sh b/alpine/init.sh index 605fc92..c377fbe 100644 --- a/alpine/init.sh +++ b/alpine/init.sh @@ -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