parent
57b77c6907
commit
633905161a
|
@ -20,7 +20,7 @@ Download and install the Public Signing Key
|
|||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
wget -qO - https://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
--------------------------------------------------
|
||||
|
||||
Add the following to your /etc/apt/sources.list to enable the repository
|
||||
|
@ -51,7 +51,7 @@ Download and install the Public Signing Key
|
|||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
rpm --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch
|
||||
rpm --import https://packages.elasticsearch.org/GPG-KEY-elasticsearch
|
||||
--------------------------------------------------
|
||||
|
||||
Add the following in your `/etc/yum.repos.d/` directory
|
||||
|
|
Loading…
Reference in New Issue