Skip to content

Instantly share code, notes, and snippets.

@karasu
Last active March 18, 2016 11:24
Show Gist options
  • Save karasu/56230a830398e5fd7240 to your computer and use it in GitHub Desktop.
Save karasu/56230a830398e5fd7240 to your computer and use it in GitHub Desktop.
Install Antergos when mirrors fail
Please, use this ONLY if mirrors are failing and you are unable to install Antergos.
1. Edit /etc/pacman.d/antergos-mirrorlist
sudo nano /etc/pacman.d/antergos-mirrorlist
Leave only this server
Server = http://mirrors.antergos.com/$repo/$arch
2. Edit /etc/pacman.conf and remove staging repository (leave it commented)
#[antergos-staging]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/antergos-mirrorlist
3. Update pacman databases (this command is only for the iso, do not call pacman this way in your installed system!)
sudo pacman -Syy
4. Run cnchi but tell it not to update and rank your mirrors
sudo -E cnchi -dv --disable-rank-mirrors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment