We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a796694 commit 5161281Copy full SHA for 5161281
scripts/build_mirror_config.sh
@@ -25,7 +25,12 @@ if [ "$ARCHITECTURE" == "armhf" ]; then
25
DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/
26
fi
27
28
-if [ "$DISTRIBUTION" == "buster" ] || [ "$DISTRIBUTION" == "bullseye" ]; then
+if [ "$DISTRIBUTION" == "buster" ]; then
29
+ DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
30
+ DEFAULT_MIRROR_SECURITY_URLS=http://archive.debian.org/debian-security/
31
+fi
32
+
33
+if [ "$DISTRIBUTION" == "bullseye" ]; then
34
DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
35
36
0 commit comments