From 90d65f47c1e41c3c7082263d65044ff878ed874f Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Feb 2022 06:10:03 -0500 Subject: [PATCH] Update usb-passthrough.sh --- misc/usb-passthrough.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh index 76e795cb..c1b8dfa2 100644 --- a/misc/usb-passthrough.sh +++ b/misc/usb-passthrough.sh @@ -68,7 +68,3 @@ lxc.autodev: 1 lxc.hook.autodev: bash -c '$HOOK_SCRIPT' EOF echo -e "\e[1;33m Finished....Reboot ${CTID} LXC to apply the changes \e[0m" - -# In the Proxmox web shell run (replace 106 with your LXC ID) -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/autodev.sh)" -s 106 -# Reboot the LXC to apply the changes