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