From f992f7d8f64cd4680a49b707a9049f1a6685e159 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 5 Aug 2023 22:40:16 +0200 Subject: [PATCH] mirros.php: update mirrors list --- mirrors.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mirrors.php b/mirrors.php index 086ef0f..23e040f 100755 --- a/mirrors.php +++ b/mirrors.php @@ -3,8 +3,9 @@ $repo = $_GET['repo']; $arch = $_GET['arch']; $basedirs = [ - 'http://cdn.openmamba.org/pub/openmamba/', - 'http://hetzner3.openmamba.org/pub/openmamba/' + 'https://cdn.openmamba.org/pub/openmamba/', + 'https://hetzner3.openmamba.org/pub/openmamba/', + 'https://mirror.freedif.org/openmamba/' ]; if (!$repo || !$arch) {