diff --git a/util/centos.sh b/util/centos.sh index 69ef3b8..6461838 100755 --- a/util/centos.sh +++ b/util/centos.sh @@ -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 diff --git a/util/ubuntu.sh b/util/ubuntu.sh index de27b6e..549a562 100755 --- a/util/ubuntu.sh +++ b/util/ubuntu.sh @@ -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: