question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

install-dotnet-preview.sh is installing .NET 5 preview1 instead of preview2

See original GitHub issue

I am attempting to install .NET Core 5 preview 2 with install-dotnet-preview.sh using the instructions over here.

When I get to this step, curl -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh, that completely successfully, but I note that the downloaded script seems like it is trying to install preview1:

image

This is on Ubuntu 19.10 x64. Preview1 is already installed.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rbhandacommented, Apr 7, 2020

It seems the script didn’t download correctly. Try to remove the file and download the file again. We will update the script so this doesn’t happen in future.

0reactions
rbhandacommented, Apr 7, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet-install scripts - .NET CLI
The dotnet-install scripts perform a non-admin installation of the .NET SDK, which includes the .NET CLI and the shared runtime.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found