Skip to content

Commit

Permalink
fix repositories urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 12, 2024
1 parent 707a9f6 commit f803696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/installation/installation-1.13/repositories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Most of servers may use same repositories set::
deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

deb http://deb.yeti-switch.org/debian/1.13 bookworm main
deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main
deb https://deb.yeti-switch.org/debian/1.13 bookworm main
deb https://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main
System repositories can be changed in **/etc/apt/sources.list**. Since we use our own package repository you have add our key to trusted.

.. code-block:: console
# wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/yeti-key.asc
# wget https://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/yeti-key.asc
PGDG repository key also should be added to trusted list

Expand Down

0 comments on commit f803696

Please sign in to comment.