Update install.ps1

This commit is contained in:
Wellington Augusto Ribeiro
2023-05-29 14:18:38 +01:00
committed by GitHub
parent f598fa70d1
commit 7ca67945a1
+3 -2
View File
@@ -19,7 +19,8 @@ choco feature enable -n=allowGlobalConfirmation;
<# poll #>
@(
"git"
"python"
/*"git"
,"dotnetcore-sdk"
,"dotnet-6.0-sdk"
,"dotnetcore-sdk"
@@ -52,7 +53,7 @@ choco feature enable -n=allowGlobalConfirmation;
,"snagit"
,"zoomit"
,"lightshot"
,"lens") + ($pins = @("vscode")) | % { choco install $_ };
,"lens"*/) + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };