From 841b2a0ea157026f617eb20f4f027a0ee4f9f714 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 17:31:55 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install.sh b/src/install.sh index 2509c30..474a6be 100644 --- a/src/install.sh +++ b/src/install.sh @@ -706,6 +706,10 @@ addDriver() { warn "no Windows version specified for \"$driver\" driver!" && return 0 fi + if [[ "${id,,}" == "win10x86"* ]]; then + error "The 32-bit version of Windows 10 is not supported!" && exit 84 + fi + case "${id,,}" in "win7x86"* ) folder="w7/x86" ;; "win7x64"* ) folder="w7/amd64" ;;