mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-09 16:21:34 -05:00
epic no https
This commit is contained in:
parent
36c9277f9c
commit
e2c953f2dc
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user