Update install.sh

This commit is contained in:
Kroese 2024-05-17 02:13:38 +02:00 committed by GitHub
parent 1916f5fae0
commit 283d23804d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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