From 29ff02c742ebffc9c126fc17bb8316acb53e5ec7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 Mar 2023 13:28:19 -0400 Subject: [PATCH] Update alpine-docker.sh -q --- ct/alpine-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index ad195e50..87c04d1c 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -53,7 +53,7 @@ function default_settings() { function update_script() { if ! apk -e info newt >/dev/null 2>&1; then - apk add newt + apk add -q newt fi while true; do CHOICE=$(