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