mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
Updated Troubleshooting (markdown)
parent
670cae2a12
commit
35b8e147ca
1 changed files with 3 additions and 3 deletions
|
@ -345,11 +345,11 @@ Update with yum:
|
||||||
sudo yum update openssl
|
sudo yum update openssl
|
||||||
```
|
```
|
||||||
|
|
||||||
Manually compile:
|
Manually compile (example only, use correct versions):
|
||||||
```bash
|
```bash
|
||||||
wget https://www.openssl.org/source/openssl-3.2.0.tar.gz
|
wget https://www.openssl.org/source/openssl-3.2.0.tar.gz
|
||||||
tar xzvf openssl-1.1.0g.tar.gz
|
tar xzvf openssl-3.2.0.tar.gz
|
||||||
cd openssl-1.1.0g
|
cd openssl-3.2.0
|
||||||
./config
|
./config
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in a new issue