diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2013-03-13 19:15:36 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2013-09-02 20:03:35 -0300 |
commit | d109e5038ba41e676f0cfa3d34ded7f5b322a9b8 (patch) | |
tree | 47bbe6ae13e80720599be205ed2d35feb8b85662 /configs/releng | |
parent | ce36bf285daf6e652e06d138de36feb65032ff59 (diff) |
Replace: https?://www.archlinux.org -> https://parabolagnulinux.org
Diffstat (limited to 'configs/releng')
-rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 560fda2..c3576db 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -80,7 +80,7 @@ make_customize_root_image() { cp -af ${script_path}/root-image ${work_dir}/${arch} patch ${work_dir}/${arch}/root-image/usr/bin/pacman-key < ${script_path}/pacman-key-4.0.3_unattended-keyring-init.patch - curl -o ${work_dir}/${arch}/root-image/etc/pacman.d/mirrorlist 'https://www.archlinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on' + curl -o ${work_dir}/${arch}/root-image/etc/pacman.d/mirrorlist 'https://parabolagnulinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on' lynx -dump -nolist 'https://wiki.archlinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/root-image/root/install.txt |