mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Disable license nagging
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8a40ea972d
commit
67e2ab5d1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user