From e7aa33e47c69e502ec8ddf8313299f922bd10b27 Mon Sep 17 00:00:00 2001 From: pomberz <59797383+pomberz@users.noreply.github.com> Date: Fri, 13 May 2022 09:46:37 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install.ps1 b/install.ps1 index 10afd1c..9f7c6f7 100644 --- a/install.ps1 +++ b/install.ps1 @@ -48,6 +48,7 @@ choco feature enable -n=allowGlobalConfirmation; ,"kubernetes-helm" ,"python" ,"powerbi" +,"snagit" ,"lens") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };