2025-01-02 20:59:59

This commit is contained in:
henk
2025-01-02 20:59:59 +01:00
parent 0684906bc0
commit 02375b1bbb
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
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