Skip to content

Commit

Permalink
Update linux-scripted-manual.md (#36051)
Browse files Browse the repository at this point in the history
Remove unnecessary `sudo`.
  • Loading branch information
ermshiperete committed Jun 30, 2023
1 parent 8e2faf2 commit 7c06208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/install/linux-scripted-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
Before running this script, you'll need to grant permission for this script to run as an executable:

```bash
sudo chmod +x ./dotnet-install.sh
chmod +x ./dotnet-install.sh
```

The script defaults to installing the latest [long term support (LTS)](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) SDK version, which is .NET 6. To install the latest release, which may not be an (LTS) version, use the `--version latest` parameter.
Expand Down

0 comments on commit 7c06208

Please sign in to comment.