From d0239b93182b5dece54859f843980ca878fcae7e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 1 Sep 2026 19:15:43 +0200 Subject: [PATCH] Update sif.sh --- src/sif.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/sif.sh b/src/sif.sh index b04c5187..0f14af0f 100644 --- a/src/sif.sh +++ b/src/sif.sh @@ -301,10 +301,8 @@ addVMSVGADriver() { local drivers="$4" local vmsvga_arch="$arch" - [[ "${vmsvga_arch,,}" == "amd64" ]] && vmsvga_arch="x64" - local source="$drivers/vmsvga/$driver/$vmsvga_arch" - local destination="$dir/\$OEM\$/\$1/Drivers/VMSVGA" + local destination="$dir/\$OEM\$/\$1/Drivers/vmsvga" if [ ! -d "$source" ]; then error "Failed to locate required VMware SVGA display driver directory: $source" @@ -337,8 +335,6 @@ addDisplayDriver() { local drivers="$4" local qbochs_arch="$arch" - [[ "${qbochs_arch,,}" == "amd64" ]] && qbochs_arch="x64" - local source="$drivers/qbochs/$driver/$qbochs_arch" local destination="$dir/\$OEM\$/\$1/Drivers/QBochs"