Update 5.0.0-preview.1-install-instructions.md

This commit is contained in:
Lee Coward 2020-03-16 13:24:05 -07:00 committed by GitHub
parent f638f1c3d7
commit abb8071b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,6 @@ Preview release installers are not available from the Microsoft package reposito
2. Run `curl -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh
3. Run the script with `sudo bash install-dotnet-preview.sh`
This is two commands provided on a single line. The first part downloads the install script to the current directory as `install-dotnet-preview.sh`. The second part runs the script using `bash`. If you are using a different shell, substitute accordingly. Because the script will attempt to install packages, it must be run using `sudo`. This will prompt for the `sudo` password.
* `sudo install-dotnet-preview.sh`
Here's what the script does.
* Detects the distribution and version. If it's in the [5.0 Supported OS](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md) list, the script will continue.