Merge pull request #512 from miketimofeev/v-mitim/add_zstd_to_win19

Add zstd to win19 image
This commit is contained in:
Alejandro Pauly
2020-03-06 16:25:08 -05:00
committed by GitHub
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -497,6 +497,12 @@
"{{ template_dir }}/scripts/Installers/Install-Jq.ps1" "{{ template_dir }}/scripts/Installers/Install-Jq.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Zstd.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -776,6 +782,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Jq.ps1" "{{ template_dir }}/scripts/Installers/Validate-Jq.ps1"
] ]
}, },
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Zstd.ps1"
]
},
{ {
"type": "powershell", "type": "powershell",
"scripts":[ "scripts":[
@@ -15,7 +15,7 @@ else
# Adding description of the software to Markdown # Adding description of the software to Markdown
$SoftwareName = "zstd" $SoftwareName = "zstd"
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0] $zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0].Substring(1)
$Description = @" $Description = @"
_Version:_ $zstdVersion<br/> _Version:_ $zstdVersion<br/>