From 4439fa3e7acff0c4c220d5f4fcd172c5b8630186 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 May 2024 12:14:03 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 9d504a2..9fa405a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -849,6 +849,7 @@ bootWindows() { ###################################### ! parseVersion && exit 58 +! parseLanguage && exit 56 ! detectCustom && exit 59 if ! startInstall; then @@ -857,7 +858,7 @@ if ! startInstall; then fi if [ ! -s "$ISO" ] || [ ! -f "$ISO" ]; then - if ! downloadImage "$ISO" "$VERSION" "English (United States)"; then + if ! downloadImage "$ISO" "$VERSION" "$LANGUAGE"; then rm -f "$ISO" 2> /dev/null || true exit 61 fi