Update install.sh

This commit is contained in:
Kroese 2024-04-30 06:19:56 +02:00 committed by GitHub
parent 1fbd1511e0
commit c5a65c40a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,6 +269,7 @@ downloadFile() {
fi
domain=$(echo "$url" | awk -F/ '{print $3}')
domain=$(expr match "$domain" '.*\.\(.*\..*\)')
local msg="Downloading $desc from $domain..."
info "$msg" && html "$msg"
@ -320,6 +321,7 @@ downloadImage() {
tried="y"
doMido "$iso" "$version" "$desc" && return 0
fi
switchEdition "$version"
fi
if isESD "$version"; then