Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
#199 update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 26, 2020
1 parent b3e4de2 commit 7434745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/upgrade_to_thehive_3_5_and_es_7_x.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ If using Debian based Linux operating system, configure it to follow our beta re

```bash
curl https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY | sudo apt-key add -
echo 'deb https://deb.thehive-project.org stable main es7' | sudo tee -a /etc/apt/sources.list.d/thehive-project.list
echo 'deb https://deb.thehive-project.org release main' | sudo tee -a /etc/apt/sources.list.d/thehive-project.list
sudo apt-get update
```
Then install it by running:
Expand All @@ -255,7 +255,7 @@ Setup your system to connect the RPM repository. Create and edit the file `/etc
enabled=1
priority=1
name=TheHive-Project RPM repository
baseurl=http://rpm.thehive-project.org/stable/es7
baseurl=http://rpm.thehive-project.org/release/noarch
gpgcheck=1
```

Expand Down

0 comments on commit 7434745

Please sign in to comment.