From 67c0e5c16fa23908079d7ef6896eceeab049596e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Feb 2025 04:20:11 +0100 Subject: [PATCH] Update mido.sh --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index 71e5ce2..4f81618 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -244,7 +244,7 @@ download_windows_eval() { filter="https://go.microsoft.com/fwlink/?linkid=[0-9]\+&clcid=0x[0-9a-z]\+&culture=${culture,,}&country=${country,,}" - if ! echo "$iso_download_page_html" | grep -io "$filter"; then + if ! echo "$iso_download_page_html" | grep -io "$filter" > /dev/null; then filter="https://go.microsoft.com/fwlink/p/?linkid=[0-9]\+&clcid=0x[0-9a-z]\+&culture=${culture,,}&country=${country,,}" fi