From 6be38ecf5621ed90733f6c13b234e62259d055a4 Mon Sep 17 00:00:00 2001 From: Andrew P <40119314+andrewpayne68@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:15:22 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 01b8484..981e75d 100644 --- a/README.md +++ b/README.md @@ -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) -### How does it work? +#### How does it work? 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 @@ -25,22 +25,24 @@ packages installed with PVE by default. SSH in as root, no need for sudo. -### Installation +#### Installation ```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 chmod +x install.sh && ./install.sh ``` -### Uninstall: +#### Uninstall: ```sh ./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: