Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created August 16, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/b39a199d856d1d1ce723bcdc86e58f71 to your computer and use it in GitHub Desktop.
Save leodutra/b39a199d856d1d1ce723bcdc86e58f71 to your computer and use it in GitHub Desktop.
Resolving corrupted GPG on package install
#!/bin/sh
pacman -Scc
pacman-key --refresh-keys
pacman -Syu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment