From 30906d83daf235dc5dc7e41866c51b8177e8e3d9 Mon Sep 17 00:00:00 2001 From: Michael Furmur Date: Sat, 14 Dec 2024 15:20:44 +0200 Subject: [PATCH] fix pg repo in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1d0a5..32cc222 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ sems-yeti is a part of project [Yeti] ## Installation via Package (Debian 11) ```sh # apt install wget gnupg -# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list + +# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list # wget -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg + # echo "deb [arch=amd64] https://deb.yeti-switch.org/debian/1.13 bookworm main" > /etc/apt/sources.list.d/yeti.list # wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/deb.yeti-switch.org.asc + # apt update # apt install sems-modules-yeti ```