From 40aa11e6a68fd30f351d78374c19bcbc08ba973d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 1 May 2024 19:49:32 +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 66aff7e..11f6071 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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