Add tools for managing aliae

This commit is contained in:
Manuel Thalmann 2024-08-27 18:58:33 +02:00
parent 377bf9afd1
commit 6e2d88f48b

View file

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