Update install.ps1

This commit is contained in:
pomberz
2022-05-13 09:46:00 -03:00
committed by GitHub
parent 7e8dda980a
commit ec4a82207d
+1
View File
@@ -47,6 +47,7 @@ choco feature enable -n=allowGlobalConfirmation;
,"kubernetes-cli" ,"kubernetes-cli"
,"kubernetes-helm" ,"kubernetes-helm"
,"python" ,"python"
,"powerbi"
,"lens") + ($pins = @("vscode")) | % { choco install $_ }; ,"lens") + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };