From 06b3f3e777ef2eaebbefd2508f911db37ee3d0fb Mon Sep 17 00:00:00 2001 From: Badanin Maksim Date: Sat, 17 Jun 2023 08:35:31 +0300 Subject: [PATCH] add bookworm release --- templates/sources.list.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/sources.list.j2 b/templates/sources.list.j2 index 9b4d18c..a47a728 100644 --- a/templates/sources.list.j2 +++ b/templates/sources.list.j2 @@ -2,10 +2,10 @@ deb https://mirror.yandex.ru/debian sid main{% if debian_repo_nonfree is true %} contrib non-free{% endif %} {% else %} -deb https://mirror.yandex.ru/debian {{ debian_repo }} main{% if debian_repo_nonfree is true %} contrib non-free{% endif %} +deb https://mirror.yandex.ru/debian {{ debian_repo }} main{% if debian_repo_nonfree is true %} contrib non-free{% if debian_repo == "bookworm" %} non-free-firmware{% endif %}{% endif %} -deb https://mirror.yandex.ru/debian {{ debian_repo }}-updates main{% if debian_repo_nonfree is true %} contrib non-free{% endif %} +deb https://mirror.yandex.ru/debian {{ debian_repo }}-updates main{% if debian_repo_nonfree is true %} contrib non-free{% if debian_repo == "bookworm" %} non-free-firmware{% endif %}{% endif %} -deb http://security.debian.org/debian-security/ {{ debian_repo }}-security main{% if debian_repo_nonfree is true %} contrib non-free{% endif %} +deb http://security.debian.org/debian-security/ {{ debian_repo }}-security main{% if debian_repo_nonfree is true %} contrib non-free{% if debian_repo == "bookworm" %} non-free-firmware{% endif %}{% endif %} {% endif %}