From 09a578dd4b9de229b35f8be49ce17ee2746ba255 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 May 2024 21:13:09 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 4f1027d..64a72ad 100644 --- a/src/install.sh +++ b/src/install.sh @@ -531,7 +531,7 @@ extractESD() { local msg="Extracting $desc setup..." info "$msg" && html "$msg" - wimlib-imagex export "$iso" 3 "$bootWimFile" --compress=LZMS --chunk-size 128K --boot --quiet || { + wimlib-imagex export "$iso" 3 "$bootWimFile" --compress=none --boot --quiet || { retVal=$? error "Adding Windows Setup failed" && return ${retVal} }