From b167180bbac5bc58f9f0083045b4a6caf90a5f2b Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 11 Feb 2023 15:28:42 -0100 Subject: [PATCH] update sources.list --- pepcal/sources-final | 22 +++++++++++++++------- pepnightly/pepcal/sources-final | 22 +++++++++++++++------- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/pepcal/sources-final b/pepcal/sources-final index beac4b1e6..b7aea52fe 100755 --- a/pepcal/sources-final +++ b/pepcal/sources-final @@ -4,7 +4,7 @@ # CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g") -RELEASE="testing" +RELEASE="bookworm" cat << EOF > $CHROOT/etc/apt/sources.list # This system was installed using PeppermintOS removable media @@ -14,16 +14,24 @@ cat << EOF > $CHROOT/etc/apt/sources.list # see the sources.list(5) manual. # Main Repo - main contrib non-free -deb http://deb.debian.org/debian/ testing main contrib non-free -#deb-src http://deb.debian.org/debian/ testing main contrib non-free +deb http://deb.debian.org/debian/ bookworm main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm main contrib non-free # Security Repo - main contrib non-free -deb http://security.debian.org/ testing-security main contrib non-free -#deb-src http://security.debian.org/ testing-security 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 # Updates Repo - main contrib non-free -deb http://deb.debian.org/debian testing-updates main contrib non-free -#deb-src http://deb.debian.org/debian testing-updates main contrib non-free +deb http://deb.debian.org/debian bookworm-updates main contrib non-free +#deb-src http://deb.debian.org/debian bookworm-updates main + +# Proposed Updates Repo - main contrib non-free +#deb http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free + +# bookworm-backports, previously on backports.debian.org +deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm-backports main contrib non-free EOF diff --git a/pepnightly/pepcal/sources-final b/pepnightly/pepcal/sources-final index beac4b1e6..b7aea52fe 100755 --- a/pepnightly/pepcal/sources-final +++ b/pepnightly/pepcal/sources-final @@ -4,7 +4,7 @@ # CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g") -RELEASE="testing" +RELEASE="bookworm" cat << EOF > $CHROOT/etc/apt/sources.list # This system was installed using PeppermintOS removable media @@ -14,16 +14,24 @@ cat << EOF > $CHROOT/etc/apt/sources.list # see the sources.list(5) manual. # Main Repo - main contrib non-free -deb http://deb.debian.org/debian/ testing main contrib non-free -#deb-src http://deb.debian.org/debian/ testing main contrib non-free +deb http://deb.debian.org/debian/ bookworm main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm main contrib non-free # Security Repo - main contrib non-free -deb http://security.debian.org/ testing-security main contrib non-free -#deb-src http://security.debian.org/ testing-security 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 # Updates Repo - main contrib non-free -deb http://deb.debian.org/debian testing-updates main contrib non-free -#deb-src http://deb.debian.org/debian testing-updates main contrib non-free +deb http://deb.debian.org/debian bookworm-updates main contrib non-free +#deb-src http://deb.debian.org/debian bookworm-updates main + +# Proposed Updates Repo - main contrib non-free +#deb http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free + +# bookworm-backports, previously on backports.debian.org +deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free +#deb-src http://deb.debian.org/debian/ bookworm-backports main contrib non-free EOF