From 67e2ab5d1cf35a0a12943584b0fa739ee0c73cd5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 Mar 2023 13:39:57 -0500 Subject: [PATCH] Disable license nagging Signed-off-by: Tommy --- Proxmox-7.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Proxmox-7.sh b/Proxmox-7.sh index a9db813..a6fa72f 100644 --- a/Proxmox-7.sh +++ b/Proxmox-7.sh @@ -57,5 +57,10 @@ ExecStart=ExecStart=/usr/bin/fwupdmgr update' | tee /etc/systemd/system/fwupd-re systemctl daemon-reload systemctl enable --now fwupd-refresh.timer +# Installing Discord PVE Theme bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install + +# Disable Nagging +sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js + systemctl restart pveproxy.service