From 3f84f9b2878833e06127e94281a6032e07bb0d87 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 29 Jul 2022 11:03:45 -0400 Subject: [PATCH] Update post-install-v3.sh --- misc/post-install-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/post-install-v3.sh b/misc/post-install-v3.sh index effa399d..747c2128 100644 --- a/misc/post-install-v3.sh +++ b/misc/post-install-v3.sh @@ -110,7 +110,7 @@ then msg_info "Updating Proxmox VE 7" apt-get update &>/dev/null apt-get -y dist-upgrade &>/dev/null -msg_ok "Updated Proxmox VE 7" +msg_ok "Updated Proxmox VE 7 (Reboot Recommended)" fi sleep 2