mirror of
https://github.com/HikariKnight/quickpassthrough.git
synced 2025-05-15 07:34:44 -04:00
fix up the switches
This commit is contained in:
parent
73739548a3
commit
d9ae709081
2 changed files with 6 additions and 4 deletions
|
@ -22,10 +22,12 @@ Press q to quit
|
||||||
exec "$SCRIPTDIR/lib/get_GPU_GROUP.sh" $IOMMU_GROUP
|
exec "$SCRIPTDIR/lib/get_GPU_GROUP.sh" $IOMMU_GROUP
|
||||||
;;
|
;;
|
||||||
[Qq]*)
|
[Qq]*)
|
||||||
echo ""
|
printf "Aborted, your setup is incomplete!
|
||||||
|
DO NOT use any of the files from $SCRIPTDIR/config !
|
||||||
|
"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo ""
|
exec "$SCRIPTDIR/lib/get_GPU.sh"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,10 +22,10 @@ Press q to quit
|
||||||
exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP
|
exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP
|
||||||
;;
|
;;
|
||||||
[Qq]*)
|
[Qq]*)
|
||||||
echo ""
|
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo ""
|
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue