From 8f23ecc173be1800e69362de3c40a7ba9afcb4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Kriau=C4=8Di=C5=ABnas?= Date: Tue, 5 Jun 2012 10:00:53 +0000 Subject: [PATCH] Better is to use gnome-shell-extensions team repository https://launchpad.net/~gnome-shell-extensions/+archive/ppa instead of private one. I've already configured daily builds in ppa:gnome-shell-extensions :) Also key is automatically imported when 'add-apt-repository' command is used :) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3fa75a..9bf6a79 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ Currently, the weather report, including forecasts for today and tomorrow, is fe ## Through a package manager -### [Ubuntu](https://launchpad.net/~xeked/+archive/gnome/+packages) +### [Ubuntu, Mint, Debian and derivatives](https://launchpad.net/~gnome-shell-extensions/+archive/ppa/+packages) -Add the PPA **ppa:xeked/gnome** to your source list, import the key **0B5C004838624188** from `keyserver.ubuntu.com`, update the package list and install **gnome-shell-extension-weather**: +Add the PPA **ppa:gnome-shell-extensions** to your source list, update the package list and install **gnome-shell-extension-weather**: - sudo add-apt-repository ppa:xeked/gnome - sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0B5C004838624188 + sudo add-apt-repository ppa:gnome-shell-extensions sudo apt-get update sudo apt-get install gnome-shell-extension-weather