Created
August 31, 2016 18:09
-
-
Save m4s0/a308950d26157d5e5059549c806f2583 to your computer and use it in GitHub Desktop.
[archlinux] yaourt skip validity checks
This file contains hidden or 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
thx. that helped a lot!