Skip to content

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

Notifications You must be signed in to change notification settings

Hagsten/aspnet-complete-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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:

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages