Merge pull request #414 from imbsky/zstd

Add zstd
This commit is contained in:
Alejandro Pauly
2020-02-24 13:02:49 -05:00
committed by GitHub
5 changed files with 53 additions and 5 deletions

View File

@@ -504,6 +504,12 @@
"{{ template_dir }}/scripts/Installers/Install-Jq.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Zstd.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -765,6 +771,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Jq.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Zstd.ps1"
]
},
{
"type": "powershell",
"scripts":[