Update README.md
This commit is contained in:
parent
ff5059ed79
commit
269b92415f
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue