Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vagnerlandio/815782590c73f2816aadbc334cac36a9 to your computer and use it in GitHub Desktop.
Save vagnerlandio/815782590c73f2816aadbc334cac36a9 to your computer and use it in GitHub Desktop.
[archlinux] yaourt skip validity checks
yaourt --m-arg "--skippgpcheck" -S {{ package }}
###
--skipinteg
Do not perform any integrity checks (checksum and PGP)
on source files.
--skipchecksums
Do not verify checksums of source files.
--skippgpcheck
Do not verify PGP signatures of source files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment