|
|
|
@ -13,13 +13,9 @@ echo "######################################################"
|
|
|
|
|
echo "install required packages"
|
|
|
|
|
|
|
|
|
|
echo "add key for elasticsearch repository"
|
|
|
|
|
wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add -
|
|
|
|
|
|
|
|
|
|
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
|
|
|
|
echo "add debian wheezy backports repository"
|
|
|
|
|
# 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,$,\ndeb http://packages.elasticsearch.org/elasticsearch/1.4/debian stable main,' /etc/apt/sources.list
|
|
|
|
|
|
|
|
|
|
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
|
|
|
|
|
echo "update package cache"
|
|
|
|
|
apt-get update
|
|
|
|
|
|
|
|
|
|