Skip to content

Commit 7cd93ae

Browse files
authored
use ubuntu mirrors instead of archive.ubuntu.com (#328)
1 parent 9aadb02 commit 7cd93ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/auto/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ lb config noauto \
2929
--parent-mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \
3030
--mirror-binary-security "http://security.ubuntu.com/ubuntu/" \
3131
--parent-mirror-binary-security "http://security.ubuntu.com/ubuntu/" \
32-
--mirror-binary "http://archive.ubuntu.com/ubuntu/" \
33-
--parent-mirror-binary "http://archive.ubuntu.com/ubuntu/" \
32+
--mirror-binary "mirror://mirrors.ubuntu.com/mirrors.txt" \
33+
--parent-mirror-binary "mirror://mirrors.ubuntu.com/mirrors.txt" \
3434
--keyring-packages ubuntu-keyring \
3535
--apt-options "--yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100" \
3636
--uefi-secure-boot enable \

etc/terraform.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CHANNEL="stable"
2020
NAME="elementary OS"
2121

2222
# mirror to fetch packages from
23-
MIRROR_URL="http://archive.ubuntu.com/ubuntu/"
23+
MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"
2424

2525
# use HWE kernel and packages?
2626
HWE="yes"

0 commit comments

Comments
 (0)