artix

posix artix installation script
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit e2eecc7440090d7629b6738e5b02d5eaea3dd0ce
parent 16b885ae5298b92aa7aeaf4e14d9c12313d1cf3e
Author: awy <awy@awy.one>
Date:   Sun, 13 Apr 2025 19:39:21 +0300

mirrorlist-arch

Diffstat:
Mpost_chroot.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/post_chroot.sh b/post_chroot.sh @@ -119,6 +119,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 pacman -Sy --noconfirm pacman -S sudo --noconfirm