mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-08-06 10:57:08 +00:00
Update README.md
This commit is contained in:

committed by
GitHub

parent
fe1f1fdfa6
commit
510ff23659
12
README.md
12
README.md
@ -112,14 +112,14 @@ From this point we will be configuring the `live system`.
|
||||
|
||||
```shell
|
||||
cat <<EOF > /etc/apt/sources.list
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
|
||||
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
||||
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
||||
EOF
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user