Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix repositories urls #153

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading