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)
- Host: GitHub
- URL: https://github.com/hagsten/aspnet-complete-install
- Owner: Hagsten
- Created: 2015-12-08T20:53:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T20:36:12.000Z (over 10 years ago)
- Last Synced: 2023-03-10T02:52:45.495Z (over 3 years ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```