From bbf14bade2202fa5ce7db095267b3b5ae7fce9ef Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 9 Sep 2018 21:28:08 -0500 Subject: [PATCH] Add hotfix to enable multilib repo in pacman.conf --- dist/antergos-iso | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/antergos-iso b/dist/antergos-iso index 5acd6bc..dbe1aea 100644 --- a/dist/antergos-iso +++ b/dist/antergos-iso @@ -173,8 +173,13 @@ _hotfix_gtk_theme_for_root() { sudo cp -R /home/antergos/.config /root } +_hotfix_enable_multilib_repo() { + sed -i 's|#[multilib]|[multilib]\nInclude = /etc/pacman.d/mirrorlist|g' /etc/pacman.conf +} hotfix_run_when_connected() { + _hotfix_enable_multilib_repo + if [[ 'True' = "${IS_MINIMAL}" ]]; then pac -S numix-icon-theme-square numix-icon-theme numix-frost-themes adwaita-icon-theme else