Update README.md

This commit is contained in:
tteckster 2022-09-21 13:20:08 -04:00 committed by GitHub
parent 53dadc6873
commit 934614619b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,26 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸Proxmox Backup Server Post Install</summary>
<p align="center"><img src="https://github.com/home-assistant/brands/blob/master/core_integrations/proxmoxve/icon.png?raw=true" height="100"/></p>
<h1 align="center" id="heading"> Proxmox Backup Server Post Install </h1>
The script will give options to Disable the Enterprise Repo, Add/Correct PBS Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Backup Server and Reboot PBS.
Run the following in the Proxmox Shell. ⚠️ **Proxmox Backup Server ONLY**
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pbs-install.sh)"
```
It's recommended to answer `y` to all options.
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span"> Home Assistant OS VM</summary>