From 269b92415f5663d415475fac878c1e04c940041f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 16 Jul 2024 10:40:47 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 77fd1ec..fd91398 100644 --- a/README.md +++ b/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 \