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