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