Update README.md

This commit is contained in:
Benjamin Renard 2024-07-16 10:40:47 +02:00
parent ff5059ed79
commit 269b92415f
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -35,6 +35,18 @@ This script :
## Installation
### From debian packages
```
echo "deb http://debian.zionetrix.net stable main" | sudo tee /etc/apt/sources.list.d/zionetrix.list
sudo apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
sudo apt -o APT::Get::AllowUnauthenticated=true install --yes zionetrix-archive-keyring
sudo apt update
sudo apt install check-pg-streaming-replication
```
### From sources
```
apt install sudo awk sed bc postgresql-client
git clone https://gitea.zionetrix.net/bn8/check_pg_streaming_replication.git \