We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bf28f commit d4c21f4Copy full SHA for d4c21f4
scripts/travis/install_elasticsearch.sh
@@ -1,5 +1,6 @@
1
if [ $ES_VERSION ]
2
then
3
+ sudo apt-get install openjdk-7-jre
4
sudo apt-get purge -y elasticsearch
5
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
6
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments