update sources.list

This commit is contained in:
Manuel 2023-02-11 15:28:42 -01:00
parent 4263ddc30b
commit b167180bba
2 changed files with 30 additions and 14 deletions

View File

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

View File

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