diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index a1ad339e..65b46d58 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -16,8 +16,6 @@ from scratch, we have a guide for installing Debian/Raspbian and Mopidy. See The packages are built for: -- Debian wheezy (oldstable), which also works for Raspbian wheezy and Ubuntu - 12.04 LTS. - Debian jessie (stable), which also works for Raspbian jessie and Ubuntu 14.04 LTS and newer. @@ -35,11 +33,7 @@ and armhf (compatible with Raspberry Pi 1 and 2). wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add - -#. If you run Debian wheezy or Ubuntu 12.04 LTS:: - - sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/wheezy.list - - Or, if you run any newer Debian/Ubuntu distro:: +#. Add the APT repo to your package sources:: sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list diff --git a/docs/installation/raspberrypi.rst b/docs/installation/raspberrypi.rst index f62bb124..3a3f6029 100644 --- a/docs/installation/raspberrypi.rst +++ b/docs/installation/raspberrypi.rst @@ -14,8 +14,6 @@ to use on a Raspberry Pi 2. :height: 363 -.. _raspi-wheezy: - How to for Raspbian Jessie ==========================