Last active
March 18, 2016 11:24
-
-
Save karasu/56230a830398e5fd7240 to your computer and use it in GitHub Desktop.
Install Antergos when mirrors fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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