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 d4c21f4 commit bb5d0e9Copy full SHA for bb5d0e9
scripts/travis/install_elasticsearch.sh
@@ -1,5 +1,7 @@
1
if [ $ES_VERSION ]
2
then
3
+ sudo add-apt-repository ppa:openjdk-r/ppa
4
+ sudo apt-get update
5
sudo apt-get install openjdk-7-jre
6
sudo apt-get purge -y elasticsearch
7
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
0 commit comments