mirror of https://github.com/tteck/Proxmox.git
parent
0e49af62df
commit
b1abfa9ac6
|
@ -52,6 +52,9 @@ function default_settings() {
|
|||
}
|
||||
|
||||
function update_script() {
|
||||
if ! apk -e info newt >/dev/null 2>&1; then
|
||||
apk add -q newt
|
||||
fi
|
||||
while true; do
|
||||
CHOICE=$(
|
||||
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
|
||||
|
|
Loading…
Reference in New Issue