Proxmox/Nag Buster

From Omnia
Revision as of 06:32, 12 January 2024 by Kenneth (talk | contribs) (Created page with "== pve-nag-buster == GitHub - foundObjects/pve-nag-buster: Persistent license nag removal for Proxmox VE 5.x+ https://github.com/foundObjects/pve-nag-buster <blockquote> pve-nag-buster is a dpkg hook script that persistently removes license nags from Proxmox VE 6.x and up. Install it once and you won't see another license nag until the Proxmox team changes their web-ui code in a way that breaks the patch. </blockquote> == Manual Install == wget https://raw.githubu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pve-nag-buster

GitHub - foundObjects/pve-nag-buster: Persistent license nag removal for Proxmox VE 5.x+
https://github.com/foundObjects/pve-nag-buster

pve-nag-buster is a dpkg hook script that persistently removes license nags from Proxmox VE 6.x and up. Install it once and you won't see another license nag until the Proxmox team changes their web-ui code in a way that breaks the patch.

Manual Install

wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh
# Always read scripts downloaded from the internet before running them with sudo
sudo bash install.sh
# or ..
chmod +x install.sh && sudo ./install.sh

Git Install

git clone https://github.com/foundObjects/pve-nag-buster.git
# Always read scripts downloaded from the internet before running them with sudo
cd pve-nag-buster && sudo ./install.sh


Uninstall

sudo ./install.sh --uninstall
# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired