From 14cdc417c373dbc055daf2238c2b5072cc82adcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Mon, 26 Oct 2020 17:54:52 +0100 Subject: [PATCH] #70 update --- installation/install-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/install-guide.md b/installation/install-guide.md index eeda76d..01bdc8b 100644 --- a/installation/install-guide.md +++ b/installation/install-guide.md @@ -165,17 +165,17 @@ apt install cortex #### Stable versions -The main repository is a legacy repository and contains packages for **Cortex 3.1.0** that **does not support Elasticsearch version 7.x**, but version 6.x. +The main repository is a legacy repository and contains packages for **Cortex 3.0.1** that **does not support Elasticsearch version 7.x**, but version 6.x. Setup apt configuration with the `main` repository: ```bash curl https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY | sudo apt-key add - -echo 'deb https://deb.thehive-project.org main main' | sudo tee -a /etc/apt/sources.list.d/thehive-project.list +echo 'deb https://deb.thehive-project.org stable main' | sudo tee -a /etc/apt/sources.list.d/thehive-project.list sudo apt-get update ``` -Then you will able to install **Cortex 3.1.0+** package using `apt` command: +Then you will able to install **Cortex 3.0.1** package using `apt` command: ```bash apt install cortex