From abb8071b7e70a2f4e5ec7f25c07e69f88f45b35c Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Mon, 16 Mar 2020 13:24:05 -0700 Subject: [PATCH] Update 5.0.0-preview.1-install-instructions.md --- .../5.0/preview/5.0.0-preview.1-install-instructions.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md index 54666ba6..843c10dc 100644 --- a/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.1-install-instructions.md @@ -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.