Update install.ps1
This commit is contained in:
committed by
GitHub
parent
f598fa70d1
commit
7ca67945a1
+3
-2
@@ -19,7 +19,8 @@ choco feature enable -n=allowGlobalConfirmation;
|
|||||||
|
|
||||||
<# poll #>
|
<# poll #>
|
||||||
@(
|
@(
|
||||||
"git"
|
"python"
|
||||||
|
/*"git"
|
||||||
,"dotnetcore-sdk"
|
,"dotnetcore-sdk"
|
||||||
,"dotnet-6.0-sdk"
|
,"dotnet-6.0-sdk"
|
||||||
,"dotnetcore-sdk"
|
,"dotnetcore-sdk"
|
||||||
@@ -52,7 +53,7 @@ choco feature enable -n=allowGlobalConfirmation;
|
|||||||
,"snagit"
|
,"snagit"
|
||||||
,"zoomit"
|
,"zoomit"
|
||||||
,"lightshot"
|
,"lightshot"
|
||||||
,"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