1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-24 19:28:07 +00:00

Update wireguard.sh

tweak
This commit is contained in:
tteckster 2024-05-06 13:26:03 -04:00 committed by GitHub
parent 5793283ea4
commit cfc6ca13ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,6 @@ if [ "$UPD" == "1" ]; then
msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
msg_ok "Updated Successfully"
exit
fi
if [ "$UPD" == "2" ]; then