Update usb-passthrough.sh

This commit is contained in:
tteckster 2022-04-08 10:06:20 -04:00 committed by GitHub
parent 03e780a2f4
commit b89d4c9434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo -e "\e[1;33m This script will allow USB passthrough to a privileged LXC Container \e[0m"
echo -e "\e[1;33m This script will allow USB passthrough to a PRIVILEGED LXC Container ONLY\e[0m"
while true; do
read -p "Did you replace 106 with your LXC ID? Proceed(y/n)?" yn
case $yn in