Install 7z
command if necessary
This commit is contained in:
parent
9ee1571a21
commit
7d97efe563
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@ foreach ($nativeModule in @("PinnedItem")) {
|
||||||
powershell -c Install-Module -Force "$nativeModule";
|
powershell -c Install-Module -Force "$nativeModule";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (-not (Get-Command 7z)) {
|
||||||
|
choco install -y 7zip.portable;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue