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
2710c8f44a
commit
046b6ea829
22
README.md
22
README.md
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue