Skip to content

Commit

Permalink
[fifo] fix missing pacman-contrib needed for rankmirrors
Browse files Browse the repository at this point in the history
rankmirrors was moved to pacman-contrib. needs to be installed before being run otherwise mirrorlist ends up blank.
  • Loading branch information
GloriousEggroll committed Oct 8, 2018
1 parent 497f706 commit 5099dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fifo
Expand Up @@ -101,6 +101,7 @@ configure_mirrorlist(){
echo " Unable to update, could not download list."
fi
# better repo should go first
pacman -Sy pacman-contrib
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.tmp
rankmirrors /etc/pacman.d/mirrorlist.tmp > /etc/pacman.d/mirrorlist
rm /etc/pacman.d/mirrorlist.tmp
Expand Down

0 comments on commit 5099dac

Please sign in to comment.