From 8729f1cb370ef75cdfb39f274acfa82c116d12df Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 19 Mar 2015 21:54:35 +0200 Subject: [PATCH] Ubuntu 14.10 sources.list: fix Ubuntu MATE PPA Ubuntu MATE decided to change their PPA and the install image most likely will be missing this change, so I must add it here. https://ubuntu-mate.org/blog/ubuntu-mate-utopic-ppa/ --- etc/apt/sources.list/14.10 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/apt/sources.list/14.10 b/etc/apt/sources.list/14.10 index cb4c22e9..9ec5fc16 100644 --- a/etc/apt/sources.list/14.10 +++ b/etc/apt/sources.list/14.10 @@ -31,3 +31,10 @@ deb-src http://archive.canonical.com/ubuntu utopic partner ## developers who want to ship their latest software. deb http://extras.ubuntu.com/ubuntu utopic main deb-src http://extras.ubuntu.com/ubuntu utopic main + +# Ubuntu MATE, added here because of +# https://ubuntu-mate.org/blog/ubuntu-mate-utopic-ppa/ +# For indicators +# https://ubuntu-mate.community/t/enabling-indicators-in-ubuntu-mate-14-10-and-15-04/22?u=mikaela +deb http://ppa.launchpad.net/ubuntu-mate-dev/utopic-mate/ubuntu utopic main +deb-src http://ppa.launchpad.net/ubuntu-mate-dev/utopic-mate/ubuntu utopic main