mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-07-20 21:28:54 -04:00
epic no https
This commit is contained in:
parent
36c9277f9c
commit
e2c953f2dc
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue