Add support for Server editions

This commit is contained in:
abbodi1406
2021-05-27 23:28:47 +03:00
parent cd35a3b597
commit 5228c9817c
4 changed files with 44 additions and 14 deletions

View File

@ -233,6 +233,9 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku
if($foundType == 'server')
$updateTitle = str_replace('Windows 10', 'Windows Server', $updateTitle);
if($sku == 406)
$updateTitle = str_replace('Microsoft server operating system', 'Azure Stack HCI', $updateTitle);
if($foundType == 'sedimentpack')
$updateTitle = $updateTitle.' - KB4023057';