mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update alpine-adguard.sh
add `newt` check
This commit is contained in:
parent
851b8458e3
commit
2b5ff5bb0e
@ -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 2 \
|
||||
|
Loading…
Reference in New Issue
Block a user