mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
Fix small mismatch when provisioning the ElasticSearch version
This commit is contained in:
parent
51335c6476
commit
04803eda5c
@ -63,7 +63,7 @@ install_elasticsearch() {
|
||||
echo "Installing Oracle Java 8 and ElasticSearch"
|
||||
sudo apt-get install -y openjdk-8-jre apt-transport-https
|
||||
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
|
||||
echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list
|
||||
sudo apt-get update && sudo apt-get install -y elasticsearch
|
||||
|
||||
# This configuration limits ElasticSearch memory use inside the virtual machine
|
||||
|
Loading…
x
Reference in New Issue
Block a user