Update install.ps1

This commit is contained in:
Felipe Augusto
2022-04-28 18:15:46 -03:00
committed by GitHub
parent fb2e304fa9
commit bec2b134fe
+1 -1
View File
@@ -18,7 +18,6 @@ choco feature enable -n=allowGlobalConfirmation;
@( @(
"git" "git"
,"dotnetcore-sdk" ,"dotnetcore-sdk"
,"dotnet-5.0-sdk"
,"dotnet-6.0-sdk" ,"dotnet-6.0-sdk"
,"dotnetcore-sdk" ,"dotnetcore-sdk"
,"microsoft-edge" ,"microsoft-edge"
@@ -47,6 +46,7 @@ choco feature enable -n=allowGlobalConfirmation;
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };
<# excluded <# excluded
,"dotnet-5.0-sdk"
,"archi" ,"archi"
,"cmder" ,"cmder"
,"hyper" ,"hyper"