mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-10 05:32:21 +00:00
Updated README.md
This commit is contained in:
parent
90407fe574
commit
cbcf048b3d
21
README.md
21
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue