Ajouter 'elastic/elastic-install.sh'
This commit is contained in:
4
elastic/elastic-install.sh
Normal file
4
elastic/elastic-install.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
||||||
|
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-6.x.list
|
||||||
|
apt -y update && apt -y install elasticsearch
|
||||||
Reference in New Issue
Block a user