Merge pull request #87 from hamzah/master

Update OSSEC Version and other fix
This commit is contained in:
IMTheNachoMan
2022-08-08 22:35:19 -07:00
committed by GitHub

View File

@@ -2647,10 +2647,10 @@ From [https://github.com/ossec/ossec-hids](https://github.com/ossec/ossec-hids)
1. Install OSSEC-HIDS from sources 1. Install OSSEC-HIDS from sources
```bash ```bash
sudo apt install libz-dev libssl-dev libpcre2-dev build-essential sudo apt install -y libz-dev libssl-dev libpcre2-dev build-essential libsystemd-dev
wget https://github.com/ossec/ossec-hids/archive/3.6.0.tar.gz wget https://github.com/ossec/ossec-hids/archive/3.7.0.tar.gz
tar xzf 3.6.0.tar.gz tar xzf 3.7.0.tar.gz
cd ossec-hids-3.6.0/ cd ossec-hids-3.7.0/
sudo ./install.sh sudo ./install.sh
``` ```