From 2fc3a702e5e98037c463b22082fbbf504db6cadc Mon Sep 17 00:00:00 2001 From: Steffen Probst Date: Thu, 12 Aug 2021 11:53:41 +0200 Subject: [PATCH] =?UTF-8?q?source.list=20contrib=20und=20non-free=20hinzug?= =?UTF-8?q?ef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/apt/source.list | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etc/apt/source.list diff --git a/etc/apt/source.list b/etc/apt/source.list new file mode 100644 index 0000000..f9a6683 --- /dev/null +++ b/etc/apt/source.list @@ -0,0 +1,22 @@ +/etc/apt/sources.list +# + +# deb cdrom:[Debian GNU/Linux 10.10.0 _Buster_ - Official amd64 NETINST 20210619-16:11]/ buster main contrib non-free + +#deb cdrom:[Debian GNU/Linux 10.10.0 _Buster_ - Official amd64 NETINST 20210619-16:11]/ buster main contrib non-free + +deb http://deb.debian.org/debian/ buster main contrib non-free +deb-src http://deb.debian.org/debian/ buster main contrib non-free + +deb http://security.debian.org/debian-security buster/updates main contrib non-free +deb-src http://security.debian.org/debian-security buster/updates main contrib non-free + +# buster-updates, previously known as 'volatile' +deb http://deb.debian.org/debian/ buster-updates main contrib non-free +deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free + +# This system was installed using small removable media +# (e.g. netinst, live or single CD). The matching "deb cdrom" +# entries were disabled at the end of the installation process. +# For information about how to configure apt package sources, +# see the sources.list(5) manual.