From 23b26866723dcbfaa7b411c574bdfd06cbfa7e44 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 5 Oct 2025 12:42:10 +0200 Subject: [PATCH] Mirror & sync changes --- util/fedora.sh | 2 +- util/ubuntu.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/fedora.sh b/util/fedora.sh index 23e4097..41162f3 100755 --- a/util/fedora.sh +++ b/util/fedora.sh @@ -3,7 +3,7 @@ . ./common.sh AMIRROR=http://archives.fedoraproject.org/pub/archive/fedora/linux/ -CMIRROR=http://mirror.nl.leaseweb.net/fedora/linux/ +CMIRROR=http://mirrors.n-ix.net/fedora/linux/ # Fedora 7+ is pretty regular diff --git a/util/ubuntu.sh b/util/ubuntu.sh index 1031eaf..77e5eef 100755 --- a/util/ubuntu.sh +++ b/util/ubuntu.sh @@ -3,7 +3,7 @@ . ./common.sh AMIRROR=http://old-releases.ubuntu.com/ubuntu/ -CMIRROR=http://nl3.archive.ubuntu.com/ubuntu/ +CMIRROR=http://ubuntu.mirrors.ovh.net/ubuntu/ # Shortcut for a standard Ubuntu repo, usage: @@ -189,13 +189,13 @@ case $1 in $0 kinetic $0 lunar $0 mantic + $0 oracular ;; current) $0 bionic # until 2028-04 $0 focal # until 2030-04 $0 jammy # until 2032-04 $0 noble # until 2034-04 - $0 oracular # until 2025-07 $0 plucky # until 2026-01 ;; all)