mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update mido.sh
This commit is contained in:
parent
f5dfe52432
commit
67c0e5c16f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue