Update alpine-wireguard.sh

This commit is contained in:
CanbiZ 2025-03-26 08:34:46 +01:00
parent 5bd1100a26
commit b6b09d6cfa

View File

@ -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