diff --git a/scripts/0-install.sh b/scripts/0-install.sh index 566397c..a914ebc 100644 --- a/scripts/0-install.sh +++ b/scripts/0-install.sh @@ -46,10 +46,10 @@ esac read -p 'Is this being installed on VMWare Fusion? ' vmyesno case $vmyesno in [yesYesYy]* ) - export GPU == "vmware" + gpu="vmware" ;; [noNoNn]* ) - export GPU == "nvidia" + gpu="nvidia" ;; * ) echo "Please answer yes (Yes, y, Y) or no (No, n, N)";; esac