Add tools for managing aliae

This commit is contained in:
Manuel Thalmann 2024-08-27 18:58:33 +02:00
parent 3779b9d089
commit f403520a73

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;