From 4a6d54e8b0a6d42603d79c93999472519c8354d7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Feb 2022 05:40:53 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b4228467..7852c455 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,11 @@ nano /var/lib/containers/storage/volumes/hass_config/_data/configuration.yaml ``` Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” -⚙️ **To allow device passthrough:** +⚙️ **To allow USB device passthrough:** In the Proxmox web shell run (**replace `106` with your LXC ID**) ```yaml -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106 +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 ``` Reboot the LXC to apply the changes @@ -164,11 +164,11 @@ nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” -⚙️ **To Allow Device Passthrough:** +⚙️ **To Allow USB Device Passthrough:** In the Proxmox web shell run (**replace `106` with your LXC ID**) ```yaml -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106 +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 ``` Reboot the LXC to apply the changes @@ -483,11 +483,11 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/z

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

-⚙️ **To allow device passthrough:** +⚙️ **To allow USB device passthrough:** In the **Proxmox Shell** run (**replace `106` with your LXC ID**) ```yaml -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106 +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 ``` Reboot the LXC to apply the changes @@ -567,11 +567,11 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/z **Zwavejs2MQTT Interface - IP:8091** -⚙️ **To allow device passthrough:** +⚙️ **To allow USB device passthrough:** In the Proxmox web shell run (**replace `106` with your LXC ID)** ```yaml -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106 +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/usb-passthrough.sh)" -s 106 ``` Reboot the LXC to apply the changes