Skip to content

Instantly share code, notes, and snippets.

@marcostolosa
Created September 22, 2019 13:56
Show Gist options
  • Save marcostolosa/ea19ad08c8df77122088732cb3a2894a to your computer and use it in GitHub Desktop.
Save marcostolosa/ea19ad08c8df77122088732cb3a2894a to your computer and use it in GitHub Desktop.
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