Add tools for managing aliae

This commit is contained in:
Manuel Thalmann 2024-08-27 18:58:33 +02:00
parent 4eb25a2d71
commit 044c20461c

View file

@ -169,6 +169,12 @@ $null = New-Module {
continue;
}
if (-not (Test-Command "yq")) {
Install-ChocoPackage "yq";
refreshenv;
continue;
}
if (-not (Test-Wsl)) {
Install-Wsl;
Restart-Intermediate;