summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marcalo <raroma09@gmail.com>2022-12-05 15:02:57 +0000
committerRafael Marcalo <raroma09@gmail.com>2022-12-05 15:02:57 +0000
commit92b24ab1da0213e6726ec2fa4917a830e4e31bf9 (patch)
treeb418ddf833666180e1ce90493f0c7cac0ae6299a
parent22c85ac7af4da7cbaa91b9b725a6de09d6cc3910 (diff)
Fixed multilib repo
-rwxr-xr-xabi2
1 files changed, 2 insertions, 0 deletions
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