add bookworm release

main
Badanin Maksim 3 years ago
parent 29b33cc08f
commit 06b3f3e777

@ -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 %}

Loading…
Cancel
Save