mobile-shell / mobile-shell.github.io

Mosh website
https://mosh.org
37 stars 50 forks source link

Adds software-properties-common to Ubuntu installation #31

Closed colindean closed 8 years ago

colindean commented 9 years ago

Ubuntu Server 12.04+ puts add-apt-repository in this package instead, apparently.

colindean commented 9 years ago

Verified on 14.04.2

colindean commented 9 years ago

I put all of the information on there and didn't really like how it looked.

screen shot 2015-05-24 at 1 18 24 pm

So I put a note in to use the older package on older versions.

screen shot 2015-05-24 at 1 20 44 pm

I don't like the little line, so I removed it:

screen shot 2015-05-24 at 1 21 51 pm

This is what I've proposed now.

Another thought I had was to have a link in the paragraph after the pre that shows a hidden pre with the 10.04/12.04 instructions.

Another way to do it programatically would be lsb_release -r | cut -d : -f 2 | awk '{print $NF}' and do something off that, but then it's no longer pretty in the box on the page.

I should also add that 10.04 LTS is EoL'd.

cgull commented 8 years ago

This pull request is obsoleted by 709e7c4b, which simply links to the PPA for older releases.

colindean commented 8 years ago

:+1: