Add tools for managing aliae

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

View file

@ -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;