Update install.ps1

This commit is contained in:
Felipe Augusto
2021-03-17 00:51:44 -03:00
committed by GitHub
parent c1905f96a2
commit 8eed4e6fc9
+1 -1
View File
@@ -1,7 +1,7 @@
#https://github.com/JanDeDobbeleer/oh-my-posh #https://github.com/JanDeDobbeleer/oh-my-posh
dotnet tool install --global dotnet-reportgenerator-globaltool dotnet tool install --global dotnet-reportgenerator-globaltool
dotnet tool install --global dotnet trace-trace dotnet tool install --global dotnet-trace
<# chocolatey setup #> <# chocolatey setup #>
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));