From 4c26d9f9a18c999332b98d92ff6542548d3f36a2 Mon Sep 17 00:00:00 2001 From: chris_yooo Date: Tue, 8 Aug 2023 06:25:21 +0200 Subject: [PATCH] init --- listchanges.conf | 9 +++++++++ sources.list | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 listchanges.conf create mode 100644 sources.list diff --git a/listchanges.conf b/listchanges.conf new file mode 100644 index 0000000..e5c6090 --- /dev/null +++ b/listchanges.conf @@ -0,0 +1,9 @@ +[apt] +frontend=pager +which=news +email_address=server@dobamedia.com +email_format=text +confirm=false +headers=false +reverse=false +save_seen=/var/lib/apt/listchanges.db diff --git a/sources.list b/sources.list new file mode 100644 index 0000000..9ae1c91 --- /dev/null +++ b/sources.list @@ -0,0 +1,39 @@ +#### MAIN + +## MAIN-1 + +deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free +deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free + +## UPDATES + +deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free +deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free + +## SECURITY + +deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free +deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free + +## BACKPORTS + +deb http://deb.debian.org/debian/ bookworm-backports main non-free-firmware contrib non-free +deb-src http://deb.debian.org/debian bookworm-backports main non-free-firmware contrib non-free + + + + + +#### UNSTABLE +# deb http://deb.debian.org/debian/ unstable main non-free-firmware contrib non-free + +#### EXPERIMENTAL +deb http://deb.debian.org/debian/ experimental main non-free-firmware contrib non-free + +#### TESTING +## TESTING-MAIN +# deb http://deb.debian.org/debian/ testing main non-free-firmware contrib non-free + +## TESTING-SECURITY +# deb http://security.debian.org/debian-security testing-security main non-free-firmware contrib non-free +# deb http://security.debian.org/ testing-security main non-free-firmware contrib non-free