mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
98ea116198
commit
a4fea97ace
12
README.md
12
README.md
|
@ -178,6 +178,8 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
A standalone container-based installation of Home Assistant Core
|
A standalone container-based installation of Home Assistant Core
|
||||||
|
|
||||||
|
🛈 *If the LXC is created Privileged, the script will automatically set up USB passthrough.*
|
||||||
|
|
||||||
To create a new Proxmox Home Assistant Container LXC, run the following in the Proxmox Shell.
|
To create a new Proxmox Home Assistant Container LXC, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -209,16 +211,6 @@ Run in the Proxmox Shell
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/ha-copy-data.sh)"
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/ha-copy-data.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
⚙️ **To Allow USB Device Passthrough:**
|
|
||||||
|
|
||||||
Run in the Proxmox Shell. (**replace `106` with your LXC ID**)
|
|
||||||
```yaml
|
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/usb-passthrough.sh)" -s 106
|
|
||||||
```
|
|
||||||
|
|
||||||
Reboot the LXC to apply the changes
|
|
||||||
|
|
||||||
|
|
||||||
⚙️ **To Install HACS:**
|
⚙️ **To Install HACS:**
|
||||||
|
|
||||||
Run in the LXC console
|
Run in the LXC console
|
||||||
|
|
Loading…
Reference in New Issue