From b6b09d6cfad4c4476f09ec9c3d1c3ca8b7da9b52 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:34:46 +0100 Subject: [PATCH] Update alpine-wireguard.sh --- ct/alpine-wireguard.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ct/alpine-wireguard.sh b/ct/alpine-wireguard.sh index bcfeb35..3c57cd5 100644 --- a/ct/alpine-wireguard.sh +++ b/ct/alpine-wireguard.sh @@ -19,18 +19,6 @@ variables color catch_errors - -function update_script() { - UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 1 \ - "1" "Check for Alpine Updates" ON \ - 3>&1 1>&2 2>&3) - - header_info - if [ "$UPD" == "1" ]; then - apk update && apk upgrade - exit - fi -} function update_script() { msg_info "Updating Alpine Packages" apk update && apk upgrade