1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-19 17:24:43 -04:00

epic no https

This commit is contained in:
Tommy 2023-08-17 15:33:11 -07:00
parent 36c9277f9c
commit e2c953f2dc

View File

@ -153,10 +153,10 @@ chroot /mnt /bin/bash
cat <<EOF > /etc/apt/sources.list cat <<EOF > /etc/apt/sources.list
# Uncomment the deb-src entries if you need source packages # Uncomment the deb-src entries if you need source packages
deb https://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ jammy partner deb http://archive.canonical.com/ubuntu/ jammy partner
EOF EOF
``` ```