Update install.ps1
This commit is contained in:
@@ -47,6 +47,7 @@ choco feature enable -n=allowGlobalConfirmation;
|
||||
,"kubernetes-cli"
|
||||
,"kubernetes-helm"
|
||||
,"python"
|
||||
,"powerbi"
|
||||
,"lens") + ($pins = @("vscode")) | % { choco install $_ };
|
||||
|
||||
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };
|
||||
|
||||
Reference in New Issue
Block a user