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}" echo " sudo chown -v root:${USER} /dev/bus/usb/${USB_BUS}/${USB_DEV}"
USB_NOT_READY=1 USB_NOT_READY=1
fi 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 done
if [ "${USB_NOT_READY}" -eq 1 ]; then if [ "${USB_NOT_READY}" -eq 1 ]; then

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

Loading…
Cancel
Save