We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef02b7 + 6769386 commit 54bb157Copy full SHA for 54bb157
1 file changed
build-arch-gce
@@ -113,7 +113,7 @@ arch-chroot -- "$mount_dir" /bin/bash -s -- "$loop_dev" <<-'EOS'
113
114
echo '-- Configuring pacman.'
115
curl --silent --show-error -o /etc/pacman.d/mirrorlist \
116
- 'https://www.archlinux.org/mirrorlist/?country=all&ip_version=4&use_mirror_status=on'
+ 'https://archlinux.org/mirrorlist/?country=all&ip_version=4&use_mirror_status=on'
117
gawk -i assert -i inplace '
118
/^#Server / { $0 = substr($0, 2); ++f }
119
{ print } END { assert(f > 0, "f > 0") }' /etc/pacman.d/mirrorlist
0 commit comments