artix

default description
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 25d1f2f9965b2fc440677f491e0c21db63239764
parent 673679527113f5c4dc2a99f5a210b6819c26692a
Author: awy <awy@awy.one>
Date:   Sat, 16 Aug 2025 18:12:35 +0300

fix

Diffstat:
Mpost_chroot.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post_chroot.sh b/post_chroot.sh @@ -136,7 +136,7 @@ curl -s "https://archlinux.org/mirrorlist/?country=RU&protocol=https&use_mirror_ pacman -Sy --noconfirm # enable my custom repo -echo "[awy]" >> /etc/pacman.conf +echo "[awy-arch]" >> /etc/pacman.conf echo "Server = https://git.awy.one/\$repo.git/plain/\$arch/" >> /etc/pacman.conf pacman-key --recv-keys B34B86B597BFE8667CE1EC9DB88FFCF0CC468933 pacman-key --lsign-key B34B86B597BFE8667CE1EC9DB88FFCF0CC468933