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 bb5d0e9 commit 077593cCopy full SHA for 077593c
scripts/travis/install_elasticsearch.sh
@@ -1,8 +1,8 @@
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
+ sudo add-apt-repository -y ppa:openjdk-r/ppa
+ sudo apt-get update -y
+ sudo apt-get install -y openjdk-7-jre
6
sudo apt-get purge -y elasticsearch
7
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
8
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments