Update install.ps1
This commit is contained in:
@@ -48,6 +48,7 @@ choco feature enable -n=allowGlobalConfirmation;
|
|||||||
,"kubernetes-helm"
|
,"kubernetes-helm"
|
||||||
,"python"
|
,"python"
|
||||||
,"powerbi"
|
,"powerbi"
|
||||||
|
,"snagit"
|
||||||
,"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="$_" };
|
||||||
|
|||||||
Reference in New Issue
Block a user