Skip to content

Commit

Permalink
Merge pull request #1820 from kingosticks/docs/stretch-for-ubuntu-18.04
Browse files Browse the repository at this point in the history
Use Debian stretch packages for Ubuntu 18.04
  • Loading branch information
jodal committed Oct 17, 2019
2 parents 3bd5fa0 + 853749c commit 528af4c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/installation/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ from scratch, we have a guide for installing Debian/Raspbian and Mopidy. See

The packages are built for:

- Debian stretch (oldstable), which also works for Raspbian stretch and Ubuntu
18.04 LTS.

- Debian buster (stable), which also works for Raspbian buster and Ubuntu
18.04 LTS and newer.
19.10 and newer.

The packages are available for multiple CPU architectures: i386, amd64, armel,
and armhf (compatible with all Raspberry Pi models).
Expand All @@ -37,6 +40,10 @@ and armhf (compatible with all Raspberry Pi models).

sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/buster.list

Or, if you run an older Debian/Ubuntu distro (including Ubuntu 18.04 LTS)::

sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/stretch.list

#. Install Mopidy and all dependencies::

sudo apt-get update
Expand Down

0 comments on commit 528af4c

Please sign in to comment.