Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frbk/d327f641f15c8a593bb51f3336af7c65 to your computer and use it in GitHub Desktop.
Save frbk/d327f641f15c8a593bb51f3336af7c65 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