mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Update ES download URL
This commit is contained in:
parent
f0196dbdc0
commit
e27e4080ba
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for easy downloading of ElasticSearch:
|
||||||
|
|
||||||
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
|
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
|
||||||
ES_DIR=${ES_PACKAGE%%.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
|
if [ ! -d "$ES_DIR" ] ; then
|
||||||
wget --no-check-certificate $SITE/$ES_PACKAGE
|
wget --no-check-certificate $SITE/$ES_PACKAGE
|
||||||
unzip $ES_PACKAGE
|
unzip $ES_PACKAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue