We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9227f commit f9bbd25Copy full SHA for f9bbd25
scripts/build_mirror_config.sh
@@ -25,6 +25,10 @@ if [ "$ARCHITECTURE" == "armhf" ]; then
25
DEFAULT_MIRROR_SECURITY_URLS=http://deb.debian.org/debian-security/
26
fi
27
28
+if [ "$DISTRIBUTION" == "buster" ]; then
29
+ DEFAULT_MIRROR_URLS=http://archive.debian.org/debian/
30
+fi
31
+
32
if [ "$MIRROR_SNAPSHOT" == y ]; then
33
if [ -f "$MIRROR_VERSION_FILE" ]; then
34
DEBIAN_TIMESTAMP=$(grep "^debian==" $MIRROR_VERSION_FILE | tail -n 1 | sed 's/.*==//')
0 commit comments