Update README.md

pull/1/head
Scott B 7 years ago committed by GitHub
parent c252d14167
commit ce39aa8adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
pve-nag-buster
Persistent license nag removal for Proxmox VE 5.x
This is a chunk of bash script and some dpkg pre/post install hooks to persistently remove the license nags from Proxmox VE.
A bash script and dpkg pre/post install hooks to persistently remove the license nags from Proxmox VE 5.x.
The main script does two things: remove the unlicensed popup nag from the web gui and switches from the pve-enterprise repository to pve-no-subscription. This script is called every time a package updates the web gui or the
The main script does two things: it removes the "unlicensed node" popup nag from the web gui and it switches repositories from pve-enterprise to pve-no-subscription. The script is called 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. There are no external dependencies beyond the base packages installed with PVE by default (awk, sed, grep, wget).
The install script also contains a base64 encoded copy of pve-nag-buster.sh for use offline. I'd have just packed everything into install.sh by default but making everyone download, unxz and base64 decode a heredoc to look at what I'm doing seemed rude.
For your convenience the install script also contains a base64 encoded copy of pve-nag-buster.sh for use offline. I'd have just packed everything into install.sh by default but making everyone download, unxz and base64 decode a HEREDOC to look at my code seemed rude.
To install:
@ -16,4 +16,4 @@ wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/instal
chmod +x install.sh && ./install.sh
```
Please get in touch if you find a way to improve this, otherwise enjoy!
Please get in touch if you find a way to improve anything, otherwise enjoy!

Loading…
Cancel
Save