Update README.md

This commit is contained in:
Andrew P 2024-04-27 14:15:22 +01:00 committed by GitHub
parent 0a7bab909e
commit 6be38ecf56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ means. High quality open source software like Proxmox needs our support!
Last updated for: pve-manager/6.4-4/337d6701 (running kernel: 5.4.106-1-pve) Last updated for: pve-manager/6.4-4/337d6701 (running kernel: 5.4.106-1-pve)
### How does it work? #### How does it work?
The included hook script removes the "unlicensed node" popup nag from the web The included hook script removes the "unlicensed node" popup nag from the web
gui and disables the pve-enterprise repository list. This script is called gui and disables the pve-enterprise repository list. This script is called
@ -25,22 +25,24 @@ packages installed with PVE by default.
SSH in as root, no need for sudo. SSH in as root, no need for sudo.
### Installation #### Installation
```sh ```sh
wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh
``` ```
# Always read scripts downloaded from the internet before running them as root or with sudo #### Always read scripts downloaded from the internet before running them as root or with sudo
```sh ```sh
chmod +x install.sh && ./install.sh chmod +x install.sh && ./install.sh
``` ```
### Uninstall: #### Uninstall:
```sh ```sh
./install.sh --uninstall ./install.sh --uninstall
``` ```
# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired #### remove /etc/apt/sources.list.d/pve-no-subscription.list if desired
#### Reboot the Proxmox Server
Reboot the Proxmox Server
### Notes: ### Notes: