Ensure 7z
is installed for backups
This commit is contained in:
parent
e671592fc4
commit
a81727f696
1 changed files with 6 additions and 0 deletions
|
@ -169,6 +169,12 @@ $null = New-Module {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (-not (Test-Command "7z")) {
|
||||||
|
Install-ChocoPackage 7zip.portable;
|
||||||
|
refreshenv;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (-not (Test-Command "yq")) {
|
if (-not (Test-Command "yq")) {
|
||||||
Install-ChocoPackage "yq";
|
Install-ChocoPackage "yq";
|
||||||
refreshenv;
|
refreshenv;
|
||||||
|
|
Loading…
Reference in a new issue