diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index 4def3fbb..490aa6ac 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -18,12 +18,12 @@ from scratch, we have a guide for installing Debian/Raspbian and Mopidy. See The packages should work with: - - Debian stable and testing, - - Raspbian stable and testing, + - Debian stable ("jessie") and testing ("stretch"), + - Raspbian stable ("jessie") and testing ("stretch"), - Ubuntu 14.04 LTS and later. - Some of the packages, including the core "mopidy" packages, does *not* work - on Ubuntu 12.04 LTS. + Some of the packages *does not* work with Ubuntu 12.04 LTS or Debian 7 + "wheezy". This is just what we currently support, not a promise to continue to support the same in the future. We *will* drop support for older @@ -47,6 +47,13 @@ from scratch, we have a guide for installing Debian/Raspbian and Mopidy. See sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/mopidy.list + .. note:: + + If you're still running Debian 7 "wheezy" or Raspbian "wheezy", you + should edit :file:`/etc/apt/sources.list.d/mopidy.list` and replace + "stable" with "wheezy". This will give you the latest set of packages + that is compatible with Debian "wheezy". + #. Install Mopidy and all dependencies:: sudo apt-get update