Update install.ps1

add package to use with kubernetes
This commit is contained in:
Felipe Augusto
2022-01-06 18:37:36 -03:00
committed by GitHub
parent 950d77f24e
commit ce89295279
+2 -1
View File
@@ -41,7 +41,8 @@ choco feature enable -n=allowGlobalConfirmation;
,"postman"
,"vim"
,"microsoft-teams"
,"terraform") + ($pins = @("vscode")) | % { choco install $_ };
,"terraform"
,"kubernetes-cli") + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };