fix(windows): Fix the download of the Chinese Windows ISO. (#1540)

* Fix the download of the Chinese Windows ISO.
This commit is contained in:
debuggerx01 2024-12-31 05:54:14 +08:00 committed by GitHub
parent eeee8266db
commit 238ec98071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3216,7 +3216,7 @@ function download_windows_workstation() {
return $? return $?
} }
sku_id="$(echo "${language_skuid_table_json}" | jq -r '.Skus[] | select(.LocalizedLanguage=="'"${I18N}"'").Id')" sku_id="$(echo "${language_skuid_table_json}" | jq -r '.Skus[] | select(.LocalizedLanguage=="'"${I18N}"'" or .Language=="'"${I18N}"'").Id')"
echo "$sku_id" echo "$sku_id"
echo " - Getting ISO download link..." echo " - Getting ISO download link..."