question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.1 branch for install scripts for Ubuntu

See original GitHub issue

Is there a 1.1 branch anywhere? I’m looking for a 1.1 version of the scripts/obtain/dotnet-install.sh file.

We’re trying to programmatically install .NET Core 1.1 with project.json tooling on Ubuntu.

What’s the magic?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
am11commented, Dec 7, 2016

Tag <kbd>v1.0.0-preview2-1-3177</kbd> has .NET Core 1.1 support.

For the script to obtain it, I would do something like:

git clone https://github.com/dotnet/cli --branch v1.0.0-preview2-1-3177 --single-branch

./cli/scripts/obtain/dotnet-install.sh
0reactions
JohnRuskcommented, Mar 8, 2017

See dotnet/cli#5773 for what might be an easier alternative. Namely @blackdwarf 's comment re using

--channel release/1.1.0

Note that the “channel” solution does not work with older versions of the script. It does work with this version: https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh

Although you may have to manually install one dependency by running sudo apt-get install libunwind8 (note the final ‘8’).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install script fails on ubuntu 20.04 on AWS · Issue #369
I deployed an Ubuntu 20.04 instance on AWS; these instances has one sudoer user called ubuntu and it has no password.
Read more >
*Arr Installation Script | Servarr Wiki
This is a community created and community supported unofficial script to handle installation of Lidarr/Prowlarr/Radarr/Readarr/Whisparr on a Linux operating ...
Read more >
script to show git branch in bash no longer works on ...
I'm using sed (GNU sed) 4.4 and GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu) . This is a "fresh" installation, so there is nothing ...
Read more >
How to Install Software from Source Code… and Remove it ...
This detailed guide explains how to install a program from source code in Linux and how to remove the software installed from the...
Read more >
Self-compiled installation
This is the official installation guide to set up a production GitLab server using the source files. It was created for and tested...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found