Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Add hotfix to enable multilib repo in pacman.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 10, 2018
1 parent b416c92 commit bbf14ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/antergos-iso
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbf14ba

Please sign in to comment.