Update install.ps1

add kubernetes-helm package
This commit is contained in:
Felipe Augusto
2022-03-18 20:27:03 -03:00
committed by GitHub
parent ce89295279
commit bcb9802024
+2 -1
View File
@@ -42,7 +42,8 @@ choco feature enable -n=allowGlobalConfirmation;
,"vim" ,"vim"
,"microsoft-teams" ,"microsoft-teams"
,"terraform" ,"terraform"
,"kubernetes-cli") + ($pins = @("vscode")) | % { choco install $_ }; ,"kubernetes-cli"
,"kubernetes-helm") + ($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="$_" };