Update install.ps1
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user