Adding debian-security and (commented) backports repositories to sources.list
This commit is contained in:
parent
62f9ea695a
commit
adc0865af8
|
@ -66,6 +66,10 @@ steps:
|
|||
- chroot: /
|
||||
shell: |
|
||||
echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list
|
||||
echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list
|
||||
echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list
|
||||
echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list
|
||||
echo '# deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list
|
||||
apt-get update
|
||||
unless: rootfs_unpacked
|
||||
|
||||
|
|
|
@ -66,6 +66,10 @@ steps:
|
|||
- chroot: /
|
||||
shell: |
|
||||
echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list
|
||||
echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list
|
||||
echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list
|
||||
echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list
|
||||
echo '#deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list
|
||||
apt-get update
|
||||
unless: rootfs_unpacked
|
||||
|
||||
|
|
|
@ -66,6 +66,10 @@ steps:
|
|||
- chroot: /
|
||||
shell: |
|
||||
echo 'deb http://deb.debian.org/debian buster main contrib non-free' > /etc/apt/sources.list
|
||||
echo 'deb http://deb.debian.org/debian-security buster/updates main contrib non-free' >> /etc/apt/sources.list
|
||||
echo '# Backports are _not_ enabled by default. ' >> /etc/apt/sources.list
|
||||
echo '# Enable them by uncommenting the following line:' >> /etc/apt/sources.list
|
||||
echo '# deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list
|
||||
apt-get update
|
||||
unless: rootfs_unpacked
|
||||
|
||||
|
|
Loading…
Reference in New Issue