From c7a03c49256da4b3444e0276e67051a8cc87fc50 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Wed, 2 Mar 2022 13:18:42 +0500 Subject: [PATCH] Update the Chaotic-AUR mirrorlist --- create-arch-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index fde8352..44a4b75 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -168,7 +168,7 @@ run_in_chroot pacman-key --populate archlinux run_in_chroot pacman-key --recv-key FBA220DFC880C036 run_in_chroot pacman-key --lsign-key FBA220DFC880C036 run_in_chroot pacman --noconfirm -U 'https://mirrors.fossho.st/garuda/repos/chaotic-aur/x86_64/chaotic-keyring-20220220-1-any.pkg.tar.zst' -run_in_chroot pacman --noconfirm -U 'https://mirrors.fossho.st/garuda/repos/chaotic-aur/x86_64/chaotic-mirrorlist-20211231-1-any.pkg.tar.zst' +run_in_chroot pacman --noconfirm -U 'https://mirrors.fossho.st/garuda/repos/chaotic-aur/x86_64/chaotic-mirrorlist-20220301-1-any.pkg.tar.zst' echo >> "${bootstrap}"/etc/pacman.conf echo "[chaotic-aur]" >> "${bootstrap}"/etc/pacman.conf