Update install.ps1

This commit is contained in:
Felipe Augusto
2022-04-30 05:55:40 -03:00
committed by GitHub
parent 5d8506c403
commit 53263f36bf
+2 -1
View File
@@ -42,7 +42,8 @@ choco feature enable -n=allowGlobalConfirmation;
,"microsoft-teams"
,"terraform"
,"kubernetes-cli"
,"kubernetes-helm") + ($pins = @("vscode")) | % { choco install $_ };
,"kubernetes-helm"
,"lens") + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };