From fd2f8620afd4c5c9250b0b24c5620337013d84e4 Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Mon, 21 Feb 2022 19:01:03 +0100 Subject: [PATCH] dont bother the FAU mirror --- install-arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-arch.sh b/install-arch.sh index ee4e1ef..96b78f3 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -6,11 +6,11 @@ bchroot() { ./root.x86_64/usr/bin/arch-chroot root.x86_64 $@; } rchroot() { ./root.x86_64/usr/bin/arch-chroot root.x86_64/mnt $@; } -curl -o archlinux-bootstrap.tgz "https://ftp.fau.de/archlinux/iso/latest/archlinux-bootstrap-$(date '+%Y.%m.01')-x86_64.tar.gz" +curl -o archlinux-bootstrap.tgz "https:///mirror.ubrco.de/archlinux/iso/latest/archlinux-bootstrap-$(date '+%Y.%m.01')-x86_64.tar.gz" tar xzf archlinux-bootstrap.tgz mount --bind root.x86_64 root.x86_64 -echo 'Server = https://ftp.fau.de/archlinux/$repo/os/$arch' > root.x86_64/etc/pacman.d/mirrorlist +echo 'Server = https:///mirror.ubrco.de/archlinux/$repo/os/$arch' > root.x86_64/etc/pacman.d/mirrorlist bchroot pacman-key --init bchroot pacman-key --populate archlinux