Set a default archive mirror

This commit is contained in:
Cody Shepherd 2020-02-13 15:49:56 -08:00
parent e30aefc83b
commit 0e66c9e3f0
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

View File

@ -30,6 +30,7 @@ if [ -z "$MIRROR" ]; then
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
SEEDMIRROR=http://archive-team.internal/seeds/
;;
*) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
esac
fi