Skip to content

Commit

Permalink
Fix the download of the Chinese Windows ISO.
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerx01 authored Dec 30, 2024
1 parent 2c22f0c commit 59a14e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -3186,7 +3186,7 @@ function download_windows_workstation() {
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 " - Getting ISO download link..."
Expand Down

0 comments on commit 59a14e8

Please sign in to comment.