Last active
June 26, 2016 13:26
-
-
Save cpappen/8006b53a2e8103d47534201b3a0d5548 to your computer and use it in GitHub Desktop.
Converting antergos to arch
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
#Removing packages from antergos repository (fish shell) | |
$ sudo pacman -R (paclist antergos | awk '{print $1}') | |
# Then editing /etc/pacman.conf to comment out antergos section | |
# Then updating the system | |
$ sudo pacman -Syu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment