Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 12bd10b

Browse files
authored
Update wireguard.sh
"There is currently no update path available."
1 parent bd56416 commit 12bd10b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ct/wireguard.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radio
6060
3>&1 1>&2 2>&3)
6161
header_info
6262
if [ "$UPD" == "1" ]; then
63-
msg_info "Updating ${APP} LXC"
64-
apt-get update &>/dev/null
65-
apt-get -y upgrade &>/dev/null
63+
msg_error "There is currently no update path available."
6664
exit
6765
fi
6866
if [ "$UPD" == "2" ]; then

0 commit comments

Comments
 (0)