CentOS 10 & Ubuntu mirror switch
This commit is contained in:
parent
ea99fc71f9
commit
147911b750
2 changed files with 5 additions and 1 deletions
|
|
@ -244,6 +244,9 @@ case "$1" in
|
|||
9-stream)
|
||||
cente 9-stream 9-stream $SMIRROR
|
||||
;;
|
||||
10-stream)
|
||||
cente 10-stream 10-stream $SMIRROR
|
||||
;;
|
||||
old)
|
||||
$0 2.1
|
||||
$0 3.1
|
||||
|
|
@ -307,6 +310,7 @@ case "$1" in
|
|||
;;
|
||||
current)
|
||||
$0 9-stream
|
||||
$0 10-stream
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
. ./common.sh
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue