From 56dae5fb70779965e47e75537f97f1414c1b094e Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Wed, 29 Dec 2021 16:10:39 +0100 Subject: [PATCH] Updated README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c02253..e45e5bd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Inspired by [tteck's Proxmox helper scripts](https://github.com/tteck/Proxmox) +Scripts for Proxmox VE and Proxmox BS. + - Proxmox VE = [Proxmox Virtual Environment](https://proxmox.com/en/proxmox-ve) - Proxmox BS = [Proxmox Backup Server](https://proxmox.com/en/proxmox-backup-server) @@ -33,12 +35,12 @@ ________________________________________________________________________________

Proxmox BS 2 Post Install

-This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo and attempt the *No-Nag* fix. +This script will Disable the Enterprise Repo and Add & Enable the No-Subscription Repo. Run the following in the Proxmox Web Shell. ⚠️ **PBS2 ONLY** ``` -bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pve7_post_install.sh)" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pbs_post_install.sh)" ``` ____________________________________________________________________________________________