diff options
author | Sven Gothel <[email protected]> | 2021-06-24 04:20:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-24 04:20:42 +0200 |
commit | 4527e2492a8f0b816a9a91f8115557e7b0692e64 (patch) | |
tree | a6514ec2d6d586e6caa404e3c871b86f0ee42fae /stage0 | |
parent | 5f8962cfc27b3d7d702f56a605b87de454734fa2 (diff) |
Revert "apt/sources.list: Comment out `/debian-security/ RELEASE/updates` and `/debian RELEASE-updates`, n/a on bullseye"
This reverts commit d06a37c57a9a4b8f2f521c81a72fc68fcb855aa8.
Diffstat (limited to 'stage0')
-rw-r--r-- | stage0/00-configure-apt/files/sources.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index f129c96..0332f89 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -1,6 +1,6 @@ deb http://deb.debian.org/debian RELEASE main contrib non-free -#deb http://deb.debian.org/debian-security/ RELEASE/updates main contrib non-free -#deb http://deb.debian.org/debian RELEASE-updates main contrib non-free +deb http://deb.debian.org/debian-security/ RELEASE/updates main contrib non-free +deb http://deb.debian.org/debian RELEASE-updates main contrib non-free # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' #deb-src http://deb.debian.org/debian RELEASE main contrib non-free #deb-src http://deb.debian.org/debian-security/ RELEASE/updates main contrib non-free |