Minor code clean up

pull/61/head
Martin Wimpress 3 years ago
parent 7e04f471bc
commit a4cfed64e1
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu
  2. 2
      quickget

@ -126,7 +126,7 @@ function enable_usb_passthrough() {
echo " sudo chown -v root:${USER} /dev/bus/usb/${USB_BUS}/${USB_DEV}"
USB_NOT_READY=1
fi
USB_PASSTHROUGH="${USB_PASSTHROUGH} -device usb-host,vendorid=0x${VENDOR_ID},productid=0x${PRODUCT_ID},bus=hostpass.0"
USB_PASSTHROUGH="${USB_PASSTHROUGH} -device usb-host,bus=hostpass.0,vendorid=0x${VENDOR_ID},productid=0x${PRODUCT_ID}"
done
if [ "${USB_NOT_READY}" -eq 1 ]; then

@ -5,9 +5,9 @@ function os_support() {
lubuntu \
macos \
ubuntu \
ubuntu-budgie \
ubuntu-kylin \
ubuntu-mate \
ubuntu-budgie \
ubuntu-studio \
xubuntu
}

Loading…
Cancel
Save