Update README

This commit is contained in:
Scott B 2021-05-04 21:52:30 -07:00
parent 635801f829
commit 2228634e92

View file

@ -1,9 +1,9 @@
## pve-nag-buster ## pve-nag-buster
https://github.com/foundObjects/pve-nag-buster https://github.com/foundObjects/pve-nag-buster
This is a dpkg post install hook script that persistently removes license nags `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 from Proxmox VE 6.x and up. Install it once and you won't see another license
nag until Proxmox changes their web-ui code significantly. nag until the Proxmox team changes their web-ui code in a way that breaks the patch.
Please support the Proxmox team by [buying a subscription](https://www.proxmox.com/en/proxmox-ve/pricing) if it's within your Please support the Proxmox team by [buying a subscription](https://www.proxmox.com/en/proxmox-ve/pricing) if it's within your
means. High quality open source software like Proxmox needs our support! means. High quality open source software like Proxmox needs our support!
@ -19,7 +19,7 @@ gui and disables the pve-enterprise repository list. This script is called
every time a package updates the web gui or the pve-enterprise source list and every time a package updates the web gui or the pve-enterprise source list and
will only run if packages containing those files are changed. will only run if packages containing those files are changed.
The installer creates a dpkg hook script, adds the pve-no-subscription repo list The installer installs the dpkg hook script, adds the pve-no-subscription repo list
and calls the hook script once. There are no external dependencies beyond the base and calls the hook script once. There are no external dependencies beyond the base
packages installed with PVE by default. packages installed with PVE by default.