Skip to content

Instantly share code, notes, and snippets.

@jarod51
Created December 12, 2017 10:15
Show Gist options
  • Save jarod51/2424daaf49663a10ddb1ff039135c1bd to your computer and use it in GitHub Desktop.
Save jarod51/2424daaf49663a10ddb1ff039135c1bd to your computer and use it in GitHub Desktop.
Reset keys in Antergos
sudo pacman -Scc <-- reply with explicit y to the first question
sudo pacman -Syy
sudo pacman -S haveged
sudo haveged -w 1024
sudo pacman-key --init
sudo pacman-key --populate archlinux antergos
sudo pkill haveged
sudo pacman -S antergos-keyring
sudo pacman -Syu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment