Merge pull request #447 from wiibaa/LOGSTASH-963

Update ES download URL
This commit is contained in:
Jordan Sissel 2013-04-17 12:46:16 -07:00
commit ccbbef3337

View file

@ -42,7 +42,7 @@ for easy downloading of ElasticSearch:
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
ES_DIR=${ES_PACKAGE%%.zip}
SITE=https://github.com/downloads/elasticsearch/elasticsearch
SITE=https://download.elasticsearch.org/elasticsearch/elasticsearch
if [ ! -d "$ES_DIR" ] ; then
wget --no-check-certificate $SITE/$ES_PACKAGE
unzip $ES_PACKAGE