Skip to content

Commit a752d36

Browse files
haizaarjbudz
authored andcommitted
Using dedicated repository list file
Fixes #6311
1 parent 93feb51 commit a752d36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/kibana-repositories.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ has the following fingerprint:
2222
wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
2323
--------------------------------------------------
2424
+
25-
. Add the repository definition to your `/etc/apt/sources.list` file:
25+
. Add the repository definition to your `/etc/apt/sources.list.d/kibana.list` file:
2626
+
2727
[source, sh]
2828
--------------------------------------------------
29-
echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list
29+
echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list.d/kibana.list
3030
--------------------------------------------------
3131
+
3232
[WARNING]
@@ -37,7 +37,7 @@ When the `deb-src` entry, is present, the commands in this procedure generate an
3737
3838
Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)
3939
40-
Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the error.
40+
Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kibana` file to clear the error.
4141
==================================================
4242
+
4343
. Run `apt-get update` and the repository is ready for use. Install Kibana with the following command:

0 commit comments

Comments
 (0)