change final sources.list
This commit is contained in:
parent
8fd2859b06
commit
4645a5418d
|
@ -4,19 +4,19 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
|
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
|
cat << EOF > $CHROOT/etc/apt/sources.list
|
||||||
# See https://wiki.debian.org/SourcesList for more information.
|
# See https://wiki.debian.org/SourcesList for more information.
|
||||||
|
|
||||||
deb 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/ focal main restricted universe multiverse
|
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 http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
|
||||||
deb-src http://security.ubuntu.com/ubuntu/ focal-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 http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
|
||||||
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
deb-src http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue