Skip to content

Instantly share code, notes, and snippets.

@m4s0
Created August 31, 2016 18:09
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save m4s0/a308950d26157d5e5059549c806f2583 to your computer and use it in GitHub Desktop.
Save m4s0/a308950d26157d5e5059549c806f2583 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
Copy link

ghost commented Sep 17, 2018

thx. that helped a lot!

@tomay3000
Copy link

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment