mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Minor code clean up
This commit is contained in:
parent
7e04f471bc
commit
a4cfed64e1
2 changed files with 2 additions and 2 deletions
2
quickemu
2
quickemu
|
@ -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
|
||||||
|
|
2
quickget
2
quickget
|
@ -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…
Add table
Add a link
Reference in a new issue