Updated README.md

This commit is contained in:
Steven Seifried 2021-12-29 15:27:42 +01:00
parent 90407fe574
commit cbcf048b3d
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -2,6 +2,27 @@
Inspired by [tteck's Proxmox helper scripts](https://github.com/tteck/Proxmox)
<details>
<summary markdown="span">Proxmox VE 7 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 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)
and attempt the *No-Nag* fix.
Run the following in the Proxmox Web Shell. ⚠️ **PVE7 ONLY**
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pve7_post_install.sh)"
```
It's recommended to update Proxmox **after** running this script, **before** adding any VM/CT.
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span">Jellyfin Server LXC</summary>