From 8eed4e6fc9b74b1ecebd39001549146fb5c0137f Mon Sep 17 00:00:00 2001 From: Felipe Augusto Date: Wed, 17 Mar 2021 00:51:44 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 2f16b86..140cfb2 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,7 +1,7 @@ #https://github.com/JanDeDobbeleer/oh-my-posh dotnet tool install --global dotnet-reportgenerator-globaltool -dotnet tool install --global dotnet trace-trace +dotnet tool install --global dotnet-trace <# chocolatey setup #> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));