Add tools for managing aliae

This commit is contained in:
Manuel Thalmann 2024-08-27 18:58:33 +02:00
parent 597dcc9b83
commit 1abc314a51

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;