Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created March 25, 2022 03:03
Show Gist options
  • Save stevehenderson/957af744fe3497da0361f784fb23eb0c to your computer and use it in GitHub Desktop.
Save stevehenderson/957af744fe3497da0361f784fb23eb0c to your computer and use it in GitHub Desktop.
Install Elasticsearch Ubuntu 20
curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
sudo apt update
sudo apt install elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment