An open API service indexing awesome lists of open source software.

https://github.com/hagsten/aspnet-complete-install

A complete installation of ASP.NET Core 5 on Linux (Ubuntu dist)
https://github.com/hagsten/aspnet-complete-install

Last synced: 18 days ago
JSON representation

A complete installation of ASP.NET Core 5 on Linux (Ubuntu dist)

Awesome Lists containing this project

README

          

# aspnet-complete-install
A complete installation of ASP.NET Core 5 on Linux (Ubuntu dist)

This bash script bundles all steps from http://docs.asp.net/en/latest/getting-started/installing-on-linux.html (.NET Core, Ubuntu)

Run the following command to install .NET Core on you machine:

```bash
curl -sSL https://raw.githubusercontent.com/Hagsten/aspnet-complete-install/master/install.sh -o install.sh && bash install.sh && rm install.sh

```