commit ff05de5e7369ef8103ef18da5195ee43c4c4eb41 parent 25d1f2f9965b2fc440677f491e0c21db63239764 Author: awy <awy@awy.one> Date: Thu, 21 Aug 2025 23:52:54 +0300 fix Diffstat:
| M | post_chroot.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post_chroot.sh b/post_chroot.sh @@ -132,7 +132,7 @@ pacman -Sy --noconfirm pacman -S artix-archlinux-support --noconfirm echo "[extra]" >> /etc/pacman.conf echo "Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf -curl -s "https://archlinux.org/mirrorlist/?country=RU&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' > /etc/pacman.d/mirrorlist-arch +# curl -s "https://archlinux.org/mirrorlist/?country=RU&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' > /etc/pacman.d/mirrorlist-arch pacman -Sy --noconfirm # enable my custom repo