From 283d23804d4b84a0d71233e036fc81fbd3c4e850 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 May 2024 02:13:38 +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 f4278f3..9d504a2 100644 --- a/src/install.sh +++ b/src/install.sh @@ -857,7 +857,7 @@ if ! startInstall; then fi if [ ! -s "$ISO" ] || [ ! -f "$ISO" ]; then - if ! downloadImage "$ISO" "$VERSION"; then + if ! downloadImage "$ISO" "$VERSION" "English (United States)"; then rm -f "$ISO" 2> /dev/null || true exit 61 fi