mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Using dedicated repository list file
This commit is contained in:
parent
4193985f34
commit
ec22221dbd
1 changed files with 3 additions and 3 deletions
|
@ -22,11 +22,11 @@ has the following fingerprint:
|
|||
wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
--------------------------------------------------
|
||||
+
|
||||
. Add the repository definition to your `/etc/apt/sources.list` file:
|
||||
. Add the repository definition to your `/etc/apt/sources.list.d/kibana.list` file:
|
||||
+
|
||||
[source, sh]
|
||||
--------------------------------------------------
|
||||
echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list
|
||||
echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo tee -a /etc/apt/sources.list.d/kibana.list
|
||||
--------------------------------------------------
|
||||
+
|
||||
[WARNING]
|
||||
|
@ -37,7 +37,7 @@ When the `deb-src` entry, is present, the commands in this procedure generate an
|
|||
|
||||
Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)
|
||||
|
||||
Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the error.
|
||||
Delete the `deb-src` entry from the `/etc/apt/sources.list.d/kibana` file to clear the error.
|
||||
==================================================
|
||||
+
|
||||
. Run `apt-get update` and the repository is ready for use. Install Kibana with the following command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue