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 577e70e commit 3dfe3f4Copy full SHA for 3dfe3f4
scripts/travis/install_elasticsearch.sh
@@ -4,7 +4,8 @@ then
4
sudo apt-get update -y
5
sudo apt-get install -y openjdk-7-jre
6
java --version
7
- sudo update-alternatives --config java -l
+ sudo update-alternatives --config java
8
+ sudo update-alternatives --help
9
sudo apt-get purge -y elasticsearch
10
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
11
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments