Created
January 6, 2015 14:24
-
-
Save jatindhankhar/e7fa3ccd87cc22632ae0 to your computer and use it in GitHub Desktop.
Arch Installation guide
This file contains hidden or 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
Download and install by following the guide by Linux Veda | |
#systemctl enable NetworkManager | |
# systemctl start NetworkManager | |
Disable DHCPCD | |
systemctl disable dhcpcd.service #Confilcts | |
Install yaourt | |
Fix Yaourt error arising due to curl and IPV6 | |
Solution - Hardcode the ip of aur.archlinux.org to `/etc/hosts` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment