From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 1 Aug 2023 02:55:40 +0000 (+0200)
Subject: Fix Bullseye/Bookworm confusion.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7Bprefix%7D%7D?a=commitdiff_plain;h=34ae6a019444f284143c1a25464b03bf4b31ab4e;p=config

Fix Bullseye/Bookworm confusion.
---

diff --git a/bookworm/etc_files/all/etc/apt/sources.list b/bookworm/etc_files/all/etc/apt/sources.list
index 55b1418..ddc7b65 100644
--- a/bookworm/etc_files/all/etc/apt/sources.list
+++ b/bookworm/etc_files/all/etc/apt/sources.list
@@ -1,4 +1,4 @@
-deb http://deb.debian.org/debian bullseye main contrib non-free
-deb http://security.debian.org/debian-security bullseye-security main contrib non-free
-deb http://deb.debian.org/debian bullseye-updates main contrib non-free
-deb http://ftp.debian.org/debian bullseye-backports main contrib non-free
+deb http://deb.debian.org/debian bookworm main contrib non-free
+deb http://security.debian.org/debian-security bookworm-security main contrib non-free
+deb http://deb.debian.org/debian bookworm-updates main contrib non-free
+deb http://ftp.debian.org/debian bookworm-backports main contrib non-free