mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update alpine-adguard.sh
-q
This commit is contained in:
parent
b10106aa2a
commit
d9445a3d64
@ -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=$(
|
||||
|
Loading…
Reference in New Issue
Block a user