index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-11-10 14:58:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-10 14:58:18 +0100 |
commit | 0ebd510b5b256a6137ed8a330ec02437f29879db (patch) | |
tree | 7ba6cd9eea1190016c0426be51b2cf6930fe0c7b /configs | |
parent | 797661e53422d0e4344d3cc043348c0f9e43e177 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index d203fd0..0c68066 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -110,7 +110,7 @@ make_customize_airootfs() { cp ${script_path}/pacman.conf ${work_dir}/${arch}/airootfs/etc if [ "${arch}" = 'i686' ]; then - curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist' + curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://archlinux32.org/mirrorlist/?country=all&protocol=http&protocol=https' else curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://www.archlinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on' fi |