Skip to content

Commit 077593c

Browse files
committed
-y
1 parent bb5d0e9 commit 077593c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
if [ $ES_VERSION ]
22
then
3-
sudo add-apt-repository ppa:openjdk-r/ppa
4-
sudo apt-get update
5-
sudo apt-get install openjdk-7-jre
3+
sudo add-apt-repository -y ppa:openjdk-r/ppa
4+
sudo apt-get update -y
5+
sudo apt-get install -y openjdk-7-jre
66
sudo apt-get purge -y elasticsearch
77
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
88
tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)