From 949608d5c82821d74101be34c87879b63acd2687 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 16:21:55 +0200 Subject: [PATCH] fix: Architecture --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index a24fa6c..002728f 100644 --- a/src/install.sh +++ b/src/install.sh @@ -628,10 +628,10 @@ extractESD() { local edition imageIndex imageEdition case "${VERSION,,}" in - "win11${ARCH,,}") + "win11${ARCHI,,}") edition="11 pro" ;; - "win10${ARCH,,}") + "win10${ARCHI,,}") edition="10 pro" ;; *)