From 38a1da6c68ff1b1628042bb2c66b9be17e9e937a Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 25 Jan 2019 11:50:51 +0900 Subject: [PATCH] update xenial->bionic, add restricted and multiverse --- mirror/syncubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirror/syncubuntu.sh b/mirror/syncubuntu.sh index cc26ffd..6ed1984 100755 --- a/mirror/syncubuntu.sh +++ b/mirror/syncubuntu.sh @@ -14,9 +14,9 @@ export GNUPGHOME="/etc/debmirror/ubuntu" debmirror \ -a ${MIRROR_ARCHITECTURES:-amd64} \ --no-source \ - -s ${MIRROR_CATEGORIES:-main,universe} \ + -s ${MIRROR_CATEGORIES:-main,universe,restricted,multiverse} \ -h ${UBUNTU_MIRROR_SOURCE:-archive.ubuntu.com} \ - -d ${UBUNTU_MIRROR_PROJECTS:-xenial,xenial-updates,xenial-security,xenial-backports} \ + -d ${UBUNTU_MIRROR_PROJECTS:-bionic,bionic-updates,bionic-security,bionic-backports} \ --ignore-small-errors \ -r /ubuntu \ --progress \