artix

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

commit 673679527113f5c4dc2a99f5a210b6819c26692a
parent b5731c85d5c5b46caeb223b2ae0d51df65eca71e
Author: awy <awy@awy.one>
Date:   Tue, 12 Aug 2025 17:57:46 +0300

enable my custom repo

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

diff --git a/post_chroot.sh b/post_chroot.sh @@ -135,6 +135,13 @@ 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 +# enable my custom repo +echo "[awy]" >> /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 +pacman -Sy --noconfirm + pacman -S doas --noconfirm cat <<EOL >> /etc/doas.conf permit nopass root