diff --git a/scripts/Common/Scripts/Operations.ps1 b/scripts/Common/Scripts/Operations.ps1 index 6f8dc6e1..77a77d5c 100644 --- a/scripts/Common/Scripts/Operations.ps1 +++ b/scripts/Common/Scripts/Operations.ps1 @@ -169,6 +169,12 @@ $null = New-Module { continue; } + if (-not (Test-Command "7z")) { + Install-ChocoPackage 7zip.portable; + refreshenv; + continue; + } + if (-not (Test-Command "yq")) { Install-ChocoPackage "yq"; refreshenv;