Documentation: Switch to https for debian repository
This commit is contained in:
parent
d52537dc7b
commit
473be01373
|
@ -33,7 +33,7 @@ Save the repository definition to +/etc/apt/sources.list.d/elasticsearch-{major
|
|||
|
||||
["source","sh",subs="attributes,callouts"]
|
||||
--------------------------------------------------
|
||||
echo "deb http://packages.elastic.co/elasticsearch/{major-version}/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-{major-version}.list
|
||||
echo "deb https://packages.elastic.co/elasticsearch/{major-version}/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-{major-version}.list
|
||||
--------------------------------------------------
|
||||
|
||||
[WARNING]
|
||||
|
@ -63,7 +63,7 @@ If two entries exist for the same Elasticsearch repository, you will see an erro
|
|||
|
||||
["literal",subs="attributes,callouts"]
|
||||
|
||||
Duplicate sources.list entry http://packages.elastic.co/elasticsearch/{major-version}/debian/ ...`
|
||||
Duplicate sources.list entry https://packages.elastic.co/elasticsearch/{major-version}/debian/ ...`
|
||||
|
||||
Examine +/etc/apt/sources.list.d/elasticsearch-{major-version}.list+ for the duplicate entry or locate the duplicate entry amongst the files in `/etc/apt/sources.list.d/` and the `/etc/apt/sources.list` file.
|
||||
==================================================
|
||||
|
@ -188,4 +188,4 @@ locations for a Debian-based system:
|
|||
|
||||
|=======================================================================
|
||||
|
||||
include::next-steps.asciidoc[]
|
||||
include::next-steps.asciidoc[]
|
||||
|
|
Loading…
Reference in New Issue