mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-16 12:40:07 -04:00
Echo the elastic search version
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
if [ "${GROWSTUFF_ELASTICSEARCH}" = "true" ]; then
|
||||
[[ -z "$VERSION" ]] && VERSION="6.2.3"
|
||||
set -euv
|
||||
echo "Installing elasticsearch $VERSION"
|
||||
sudo dpkg -r elasticsearch
|
||||
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${VERSION}.deb
|
||||
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${VERSION}.deb.sha512
|
||||
|
||||
Reference in New Issue
Block a user