Add tools for managing aliae
This commit is contained in:
parent
d79eba132c
commit
51106d8012
1 changed files with 6 additions and 0 deletions
|
@ -169,6 +169,12 @@ $null = New-Module {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (-not (Test-Command "yq")) {
|
||||||
|
Install-ChocoPackage "yq";
|
||||||
|
refreshenv;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (-not (Test-Wsl)) {
|
if (-not (Test-Wsl)) {
|
||||||
Install-Wsl;
|
Install-Wsl;
|
||||||
Restart-Intermediate;
|
Restart-Intermediate;
|
||||||
|
|
Loading…
Reference in a new issue