From 826a77854d0ac20f698757b7468dd068211d449f Mon Sep 17 00:00:00 2001 From: TechHome Date: Mon, 20 Jul 2020 20:58:54 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fbb139b..4ec1d42 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Removes the nag from Proxmox | Tested 5.1-3 - 6.2-4 ```cd /root/; wget -qO- https://raw.githubusercontent.com/marrobHD/proxmox-tools/master/ProxmoxNag.sh > ProxmoxNag.sh``` * Make the script executable and run it ```chmod +x ProxmoxNag.sh; ./ProxmoxNag.sh``` +### Remove Proxmox Nag and Community repo +Removes the nag from Proxmox | Tested 5.1-3 - 6.2-4 +* Download the [script](https://raw.githubusercontent.com/marrobHD/proxmox-tools/master/proxmoxve_community.sh) +```cd /root/; wget -qO- https://raw.githubusercontent.com/marrobHD/proxmox-tools/master/proxmoxve_community.sh > proxmoxve_community.sh``` +* Make the script executable and run it ```chmod +x proxmoxve_community.sh; ./proxmoxve_community.sh``` + ### Backup User Mode: * Download the [script](https://raw.githubusercontent.com/marrobHD/proxmox-tools/master/prox_config_backup.sh)