From fc4fd94ceaf46bfac31e168ab087f8788ff41487 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 14 Apr 2024 16:55:03 -0400 Subject: [PATCH] add new deb sources --- .../bookworm.list/BOOKWORM_NONFREE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fai/config/files/etc/apt/sources.list.d/bookworm.list/BOOKWORM_NONFREE diff --git a/fai/config/files/etc/apt/sources.list.d/bookworm.list/BOOKWORM_NONFREE b/fai/config/files/etc/apt/sources.list.d/bookworm.list/BOOKWORM_NONFREE new file mode 100644 index 0000000..4c15072 --- /dev/null +++ b/fai/config/files/etc/apt/sources.list.d/bookworm.list/BOOKWORM_NONFREE @@ -0,0 +1,17 @@ +deb http://http.us.debian.org/debian bookworm main contrib non-free +deb-src http://http.us.debian.org/debian bookworm main contrib non-free + +deb http://security.debian.org/ bookworm-security main contrib non-free +deb-src http://security.debian.org/ bookworm-security main contrib non-free + +deb http://http.us.debian.org/debian bookworm-updates main contrib non-free +deb-src http://http.us.debian.org/debian bookworm-updates main contrib non-free + +deb http://http.debian.net/debian bookworm-backports main contrib non-free +deb-src http://http.debian.net/debian bookworm-backports main contrib non-free + +deb http://http.us.debian.org/debian unstable main contrib non-free +deb-src http://http.us.debian.org/debian unstable main contrib non-free + +deb http://http.us.debian.org/debian experimental main +deb-src http://http.us.debian.org/debian experimental main -- 2.30.2