Skip to content

Commit

Permalink
Maintenance: Improve Elasticsearch installation
Browse files Browse the repository at this point in the history
Adds curl and gnupg right away even through it's part of package installation as well. Just in case some one decides to install ES before Zammad and does not follow the "red line".
  • Loading branch information
MrGeneration committed Jan 20, 2022
1 parent 37ed6a3 commit 9de6929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Step 1: Installation

::

$ apt install apt-transport-https sudo wget
$ apt install apt-transport-https sudo wget curl gnupg
$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main"| \
tee -a /etc/apt/sources.list.d/elastic-7.x.list > /dev/null
$ curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | \
Expand All @@ -47,7 +47,7 @@ Step 1: Installation

::

$ apt install apt-transport-https sudo wget
$ apt install apt-transport-https sudo wget curl gnupg
$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/elasticsearch.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main"| \
tee -a /etc/apt/sources.list.d/elastic-7.x.list > /dev/null
$ curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | \
Expand Down

0 comments on commit 9de6929

Please sign in to comment.