mirror of https://github.com/tteck/Proxmox.git
Update usb-passthrough.sh
This commit is contained in:
parent
0330ae6a3e
commit
03e780a2f4
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "\e[1;33m This script will allow USB passthrough to a LXC Container \e[0m"
|
||||
echo -e "\e[1;33m This script will allow USB passthrough to a privileged LXC Container \e[0m"
|
||||
while true; do
|
||||
read -p "Did you replace 106 with your LXC ID? Proceed(y/n)?" yn
|
||||
case $yn in
|
||||
|
|
Loading…
Reference in New Issue