Update install.sh

This commit is contained in:
Kroese 2024-05-01 19:49:32 +02:00 committed by GitHub
parent b93104c341
commit 40aa11e6a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@ downloadFile() {
dots=$(echo $domain | grep -o "." | wc -l)
(( dots > 1 )) && domain=$(expr "$domain" : '.*\.\(.*\..*\)')
if [ -n "$domain" ] && [[ "${domain,,}" != *"microsoft.com" ]];
if [ -n "$domain" ] && [[ "${domain,,}" != *"microsoft.com" ]]; then
msg="Downloading $desc from $domain..."
fi