From 91ec2c012f36386fa020412722856c3422bb6c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=B6hn?= Date: Thu, 20 Nov 2014 15:53:04 +0100 Subject: [PATCH] temporarly deactivated wheezy-back ports repository, potentially not required any more --- install_zotero.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_zotero.sh b/install_zotero.sh index fa412d6..c0962c8 100755 --- a/install_zotero.sh +++ b/install_zotero.sh @@ -16,7 +16,8 @@ echo "add key for elasticsearch repository" wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add - echo "add debian wheezy backports repository" -sed -i '$s,$,\ndeb http://ftp.acc.umu.se./debian wheezy-backports main,' /etc/apt/sources.list +# removed for the time being, potentially not required anymore +# sed -i '$s,$,\ndeb http://ftp.acc.umu.se./debian wheezy-backports main,' /etc/apt/sources.list sed -i '$s,$,\nhttp://packages.elasticsearch.org/elasticsearch/1.3/debian stable main,' /etc/apt/sources.list echo "update package cache"