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="$_" };