From aa984c26b33c49aa86a19a387e0dabe401da2b02 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 23:46:19 +0100 Subject: [PATCH] More fixes --- 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 cea0b62..566397c 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" + export GPU == "vmware" ;; [noNoNn]* ) - export GPU = "nvidia" + export GPU == "nvidia" ;; * ) echo "Please answer yes (Yes, y, Y) or no (No, n, N)";; esac