Update install.ps1

This commit is contained in:
Wellington Augusto Ribeiro
2022-05-16 13:56:52 -03:00
committed by GitHub
parent bfa1be393b
commit 08b7ea40ab
+2
View File
@@ -49,6 +49,8 @@ choco feature enable -n=allowGlobalConfirmation;
,"python" ,"python"
,"powerbi" ,"powerbi"
,"snagit" ,"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="$_" }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };