Skip to content

Commit 54bb157

Browse files
authored
Merge pull request #38 from slava92/mirrorlist
fixed url of mirrorlist
2 parents 4ef02b7 + 6769386 commit 54bb157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-arch-gce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ arch-chroot -- "$mount_dir" /bin/bash -s -- "$loop_dev" <<-'EOS'
113113
114114
echo '-- Configuring pacman.'
115115
curl --silent --show-error -o /etc/pacman.d/mirrorlist \
116-
'https://www.archlinux.org/mirrorlist/?country=all&ip_version=4&use_mirror_status=on'
116+
'https://archlinux.org/mirrorlist/?country=all&ip_version=4&use_mirror_status=on'
117117
gawk -i assert -i inplace '
118118
/^#Server / { $0 = substr($0, 2); ++f }
119119
{ print } END { assert(f > 0, "f > 0") }' /etc/pacman.d/mirrorlist

0 commit comments

Comments
 (0)