change final sources.list

This commit is contained in:
Manuel 2022-11-10 13:44:46 -01:00
parent 8fd2859b06
commit 4645a5418d
1 changed files with 7 additions and 7 deletions

View File

@ -4,19 +4,19 @@
#
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
RELEASE="focal"
RELEASE="jammy"
cat << EOF > $CHROOT/etc/apt/sources.list
# See https://wiki.debian.org/SourcesList for more information.
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu jammy main multiverse restricted universe
deb-src http://archive.ubuntu.com/ubuntu jammy main multiverse restricted universe
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
deb-src http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
EOF