Created
March 14, 2016 18:14
-
-
Save karasu/eb126a0e62307c85bbdd to your computer and use it in GitHub Desktop.
Install when having mirror problems "connection reset by peer"
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
1. Load Antergos ISO | |
If using UEFI, please also try CD/DVD option if USB one is not working | |
2. Wait until Cnchi loads... it should update to the latest version. Close it. | |
3. Open gnome-terminal | |
4. Edit /etc/pacman.d/antergos-mirrorlist | |
sudo nano /etc/pacman.d/antergos-mirrorlist | |
Leave only this server (is our main repository) | |
Server = http://mirrors.antergos.com/$repo/$arch | |
5. Edit /etc/pacman.conf and remove staging repository (leave it commented) | |
#[antergos-staging] | |
#SigLevel = PackageRequired | |
#Include = /etc/pacman.d/antergos-mirrorlist | |
6. Update pacman databases (this command is only for the iso, do not call pacman this way in your installed system!) | |
sudo pacman -Syy | |
7. Run cnchi but tell it not to update and rank your mirrors | |
sudo -E cnchi -dv --disable-rank-mirrors | |
It will create a log file in /tmp/cnchi.log | |
Share this file if you need help with your installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment