Update alpine-docker.sh

add `newt` check
pull/1251/head
tteckster 2 years ago committed by GitHub
parent 2b5ff5bb0e
commit 2facedfe71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,6 +52,9 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add newt
fi
while true; do
CHOICE=$(
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.