-
-
Save ekapujiw2002/bb89aa2894e81fb459c101129fc0b59b to your computer and use it in GitHub Desktop.
[archlinux] yaourt skip validity checks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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