CentOS 10 & Ubuntu mirror switch

This commit is contained in:
Yorhel 2025-01-04 10:32:58 +01:00
parent ea99fc71f9
commit 147911b750
2 changed files with 5 additions and 1 deletions

View file

@ -244,6 +244,9 @@ case "$1" in
9-stream) 9-stream)
cente 9-stream 9-stream $SMIRROR cente 9-stream 9-stream $SMIRROR
;; ;;
10-stream)
cente 10-stream 10-stream $SMIRROR
;;
old) old)
$0 2.1 $0 2.1
$0 3.1 $0 3.1
@ -307,6 +310,7 @@ case "$1" in
;; ;;
current) current)
$0 9-stream $0 9-stream
$0 10-stream
;; ;;
all) all)
$0 old $0 old

View file

@ -3,7 +3,7 @@
. ./common.sh . ./common.sh
AMIRROR=http://old-releases.ubuntu.com/ubuntu/ AMIRROR=http://old-releases.ubuntu.com/ubuntu/
CMIRROR=http://ftp.nluug.nl/os/Linux/distr/ubuntu/ CMIRROR=http://nl3.archive.ubuntu.com/ubuntu/
# Shortcut for a standard Ubuntu repo, usage: # Shortcut for a standard Ubuntu repo, usage: