From d39466b8bab13c7faef61a9a1da23f41630cca6e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 16 May 2024 12:58:11 +0200 Subject: [PATCH] mirrors.php: restore freedif mirror --- mirrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrors.php b/mirrors.php index f58aa30..41a8f1e 100644 --- a/mirrors.php +++ b/mirrors.php @@ -5,8 +5,8 @@ $arch = $_GET['arch']; $basedirs = [ 'https://cdn.openmamba.org/pub/openmamba/', 'https://hetzner1.openmamba.org/pub/openmamba/', + 'https://mirror.freedif.org/openmamba/' ]; -# 'https://mirror.freedif.org/openmamba/' if (!$repo || !$arch) { echo "Missing required arguments.
";