|
@@ -87,9 +87,12 @@
|
|
|
# update software repositories<br />
|
|
|
apt update<br />
|
|
|
# remove no subscription nag popup<br />
|
|
|
+ # if running promox 6<br />
|
|
|
sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm<br />
|
|
|
- systemctl restart pveproxy.service<br />
|
|
|
- apt --reinstall install proxmox-widget-toolkit</div>
|
|
|
+ # if running proxmox 7<br />
|
|
|
+ sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js<br />
|
|
|
+ # restart pveproxy service<br />
|
|
|
+ systemctl restart pveproxy.service</div>
|
|
|
</li>
|
|
|
<li>After running the commands, log out of ProxMox VE web UI and log back in</li>
|
|
|
</ol>
|