1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

Update post-install-v3.sh

This commit is contained in:
tteckster 2022-06-24 08:46:55 -04:00 committed by GitHub
parent e21e413ee5
commit 758004ac18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,5 +103,10 @@ echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxli
apt --reinstall install proxmox-widget-toolkit &>/dev/null
msg_ok "Disabled Subscription Nag"
fi
msg_ok "Finished....Please Update Proxmox"
msg_info "Updating Proxmox"
sleep 2
apt-get update
apt-get dist-upgrade
msg_ok "Finished"