From 92b24ab1da0213e6726ec2fa4917a830e4e31bf9 Mon Sep 17 00:00:00 2001 From: Rafael Marcalo Date: Mon, 5 Dec 2022 15:02:57 +0000 Subject: Fixed multilib repo --- abi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abi b/abi index 515a657..94f9d01 100755 --- a/abi +++ b/abi @@ -579,6 +579,8 @@ else if [ "$ARCH" != "N" ] && [ "$ARCH" != "n" ]; then printf "Do you want to multilib repo? [Y/n]" && read -r MULTI if [ "$MULTI" != "N" ] && [ "$MULTI" != "n" ]; then + printf "\n[lib32]\nInclude = /etc/pacman.d/mirrorlist" >> /mnt/etc/pacman.conf + $CHROOTC "pacman --needed --noconfirm -Syu lib32-artix-archlinux-support" printf "\n[multilib]\nInclude = /etc/pacman.d/mirrorlist-arch" >> /mnt/etc/pacman.conf $CHROOTC "pacman --needed --noconfirm -Syu" fi -- cgit v1.2.3