You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/xs-pve-no-nag && apt --reinstall install proxmox-widget-toolkit
not really work on pve-manager 7.2-11/b76d3178 with proxmox-widget-toolkit 3.5.1
applying 2 sed command on install-post.sh line 570-571, subscription banner dissappear but modal dissappear too when click Package versions (Datacenter > pve > Summary > Package versions)
try this to apply on pve-manager 7.2-11/b76d3178 with proxmox-widget-toolkit 3.5.1
regard
ngadmini
The text was updated successfully, but these errors were encountered:
ngadmini
changed the title
mismatch: Remove subscription banner AND pve-manager 7.2-11
mismatch Remove subscription banner AND pve-manager 7.2-xx
Nov 9, 2022
little in install-post.sh
2 sed command
on file/etc/cron.daily/xs-pve-nosub
:xshok-proxmox/install-post.sh
Line 567 in 35c323b
sed command
onxshok-proxmox/install-post.sh
Line 577 in 35c323b
regard
ngadmini
The text was updated successfully, but these errors were encountered: