From 2a4388b3bdbd21133dba4787e244f43a29367e30 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 23:48:34 +0100 Subject: [PATCH] More fixes (again) --- scripts/0-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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