Updated README.md

This commit is contained in:
Steven Seifried 2021-12-29 15:40:28 +01:00
parent 2710c8f44a
commit 046b6ea829
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -9,8 +9,7 @@ Inspired by [tteck's Proxmox helper scripts](https://github.com/tteck/Proxmox)
<h1 align="center" id="heading"> Proxmox VE 7 Post Install </h1> <h1 align="center" id="heading"> Proxmox VE 7 Post Install </h1>
This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo, Add & Disable Test Repo (repo's can be enabled/disabled via the UI in Repositories) This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo and attempt the *No-Nag* fix.
and attempt the *No-Nag* fix.
Run the following in the Proxmox Web Shell. ⚠️ **PVE7 ONLY** Run the following in the Proxmox Web Shell. ⚠️ **PVE7 ONLY**
@ -24,6 +23,25 @@ ________________________________________________________________________________
</details> </details>
<details>
<summary markdown="span">Proxmox BS 2 Post Install</summary>
<p align="center"><img src="https://www.proxmox.com/images/proxmox/Proxmox_logo_standard_hex_400px.png" alt="Proxmox Server Solutions" height="55"/></p>
<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.
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)"
```
____________________________________________________________________________________________
</details>
<details> <details>
<summary markdown="span">Jellyfin Server LXC</summary> <summary markdown="span">Jellyfin Server LXC</summary>