From e046851bdb5050b72a6c14a74644cfb61d7e58a7 Mon Sep 17 00:00:00 2001 From: djagoo Date: Sun, 8 Jul 2018 17:00:46 +0200 Subject: [PATCH] changed default for skip_installet to yes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75697fe..01be690 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ makepkg will be used if no helper was found or if it's specified explicitly. |name |no | | |Name or list of names of the package(s) to install or upgrade.| |upgrade |no |no |yes, no |Whether or not to upgrade whole system.| |use |no |auto |auto, aurman, yay, pacaur, trizen, pikaur, makepkg |The helper to use, 'auto' uses the first known helper found and makepkg as a fallback.| -|skip_installed |no |no |yes, no |Skip operations if the package is present.| +|skip_installed |no |yes |yes, no |Skip operations if the package is present.| |skip_pgp_check |no |no |yes, no |Skip verification of PGP signatures. This is useful when installing packages on a host without GnuPG (properly) configured. Only valid with makepkg.| ### Note