Skip to content

Instantly share code, notes, and snippets.

@cpappen
Last active June 26, 2016 13:26
Show Gist options
  • Save cpappen/8006b53a2e8103d47534201b3a0d5548 to your computer and use it in GitHub Desktop.
Save cpappen/8006b53a2e8103d47534201b3a0d5548 to your computer and use it in GitHub Desktop.
Converting antergos to arch
#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