mirror of https://github.com/tteck/Proxmox.git
Update README.md
parent
f31e81c433
commit
1382733d6e
11
README.md
11
README.md
|
@ -437,6 +437,17 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/zigb
|
|||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
||||
**To allow device passthrough:**
|
||||
|
||||
In the Proxmox web shell run (replace 106 with your LXC ID)
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/autodev.sh)" -s 106
|
||||
```
|
||||
|
||||
Reboot the LXC to apply the changes
|
||||
|
||||
|
||||
Determine the location of your adapter (Run in the zigbee2mqtt console)
|
||||
```
|
||||
ls -l /dev/serial/by-id
|
||||
|
|
Loading…
Reference in New Issue