alpine: reorder apps
This commit is contained in:
@@ -133,9 +133,9 @@ IssueSetContent() {
|
|||||||
|
|
||||||
InstApps() {
|
InstApps() {
|
||||||
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
|
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
|
||||||
|
"docker" "" off \
|
||||||
"gitea" "" off \
|
"gitea" "" off \
|
||||||
"gitea-act_runner" "" off\
|
"gitea-act_runner" "" off 3>&1 1>&2 2>&3)
|
||||||
"docker" "" off 3>&1 1>&2 2>&3)
|
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
if [ "${?}" = "0" ]; then
|
if [ "${?}" = "0" ]; then
|
||||||
for ITM in ${SEL}; do
|
for ITM in ${SEL}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user