mirror of https://github.com/tteck/Proxmox.git
Update post-pve-install.sh
mention to delete browser cache
This commit is contained in:
parent
452938f975
commit
c97a5d5725
|
@ -107,7 +107,7 @@ then
|
|||
msg_info "Disabling Subscription Nag"
|
||||
echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script
|
||||
apt --reinstall install proxmox-widget-toolkit &>/dev/null
|
||||
msg_ok "Disabled Subscription Nag"
|
||||
msg_ok "Disabled Subscription Nag (Delete browser cache)"
|
||||
fi
|
||||
|
||||
read -r -p "Update Proxmox VE 7 now? <y/N> " prompt
|
||||
|
|
Loading…
Reference in New Issue