From a1beec96af54d6bc23bc71f1b41de0e456100b86 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 19:09:49 +0000 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 784ee95..c14d61c 100644 --- a/install.sh +++ b/install.sh @@ -51,9 +51,9 @@ elif [ $driveName == /dev/sd* ]; then # Check if the device is a Virtual drive elif [ $driveName == /dev/vd* ]; then # Set variables - efiName={$driveName}1 - rootName={$driveName}2 - swapName={$driveName}3 + efiName="{$driveName}1" + rootName="{$driveName}2" + swapName="{$driveName}3" # Check if the device is an eMMC drive elif [ $driveName == /dev/mmcblk* ]; then