update sources.list
This commit is contained in:
parent
4263ddc30b
commit
b167180bba
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue