Skip to content

Commit

Permalink
Merge pull request #455 from jfountain/elasticsearch-ssl-error-#454
Browse files Browse the repository at this point in the history
Elasticsearch ssl error Closes #454
  • Loading branch information
fideloper committed Mar 18, 2015
2 parents 3749ce8 + 11f234e commit 5828056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/elasticsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
echo ">>> Installing Elasticsearch"

# Set some variables
ELASTICSEARCH_VERSION=1.4.2 # Check http://www.elasticsearch.org/download/ for latest version
ELASTICSEARCH_VERSION=1.4.4 # Check https://www.elastic.co/downloads/elasticsearch for latest version

# Install prerequisite: Java
# -qq implies -y --force-yes
sudo apt-get update
sudo apt-get install -qq openjdk-7-jre-headless

wget --quiet https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ELASTICSEARCH_VERSION.deb
wget --quiet https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-$ELASTICSEARCH_VERSION.deb
sudo dpkg -i elasticsearch-$ELASTICSEARCH_VERSION.deb
rm elasticsearch-$ELASTICSEARCH_VERSION.deb

Expand Down

0 comments on commit 5828056

Please sign in to comment.