More fixes (again)

This commit is contained in:
Phillip 2024-09-07 23:48:34 +01:00
parent aa984c26b3
commit 2a4388b3bd

View File

@ -46,10 +46,10 @@ esac
read -p 'Is this being installed on VMWare Fusion? ' vmyesno read -p 'Is this being installed on VMWare Fusion? ' vmyesno
case $vmyesno in case $vmyesno in
[yesYesYy]* ) [yesYesYy]* )
export GPU == "vmware" gpu="vmware"
;; ;;
[noNoNn]* ) [noNoNn]* )
export GPU == "nvidia" gpu="nvidia"
;; ;;
* ) echo "Please answer yes (Yes, y, Y) or no (No, n, N)";; * ) echo "Please answer yes (Yes, y, Y) or no (No, n, N)";;
esac esac