From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Wed, 23 Mar 2022 21:14:01 +0000 (+0000)
Subject: use deb.debian.org
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/9a969f426040de3288b6ddffe0e3239ed3a37e41?ds=inline;hp=1c5888562e09cb90b9bf5bf2cd26669cbeceda55

use deb.debian.org
---

diff --git a/files/quickstart.txt b/files/quickstart.txt
index f6e2a02..cd6c6dd 100644
--- a/files/quickstart.txt
+++ b/files/quickstart.txt
@@ -114,8 +114,8 @@ cat <<EOF > /etc/fstab
 EOF
 
 cat <<EOF > /etc/apt/sources.list
-deb http://ftp.debian.org/debian testing main contrib non-free
-deb-src http://ftp.debian.org/debian testing main contrib non-free
+deb http://den.debian.org/debian testing main contrib non-free
+deb-src http://den.debian.org/debian testing main contrib non-free
 EOF
 
 apt update