Welcome to the BIT mirror of the Ubuntu Archive.

This archive is available for free. If you want to mirror Ubuntu from us, please do so, but only when you're located in .nl. You could use this sync-script.
If you wish to be triggered by us so you'll be as up to date as we are, drop us an email at mirror@bit.nl. You may find the public-keys we use to send out triggers by SSH here.

Usage

REL=$(lsb_release -sc)
cat >/etc/apt/sources.list <<EOF
deb http://nl.archive.ubuntu.com/ubuntu ${REL} main restricted universe multiverse
deb http://nl.archive.ubuntu.com/ubuntu ${REL}-updates main restricted universe multiverse
deb http://nl.archive.ubuntu.com/ubuntu ${REL}-backports main restricted universe multiverse
deb http://nl.archive.ubuntu.com/ubuntu ${REL}-proposed main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu ${REL}-security main restricted universe multiverse

deb-src http://nl.archive.ubuntu.com/ubuntu ${REL} main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu ${REL}-updates main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu ${REL}-backports main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu ${REL}-proposed main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu ${REL}-security main restricted universe multiverse
EOF

URL's