Updated README.md

This commit is contained in:
Steven Seifried 2021-12-29 16:10:39 +01:00
parent e188fb042c
commit 56dae5fb70
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -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 @@ ________________________________________________________________________________
<h1 align="center" id="heading"> Proxmox BS 2 Post Install </h1>
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)"
```
____________________________________________________________________________________________