temporarly deactivated wheezy-back ports repository, potentially not required any more

master
Patrick Höhn 2014-11-20 15:53:04 +01:00
parent 74496231e3
commit 91ec2c012f
1 changed files with 2 additions and 1 deletions

View File

@ -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"