zerog

[archived] simple Parabola GNU/Linux post-install script
git clone git://git.hanetzok.net/zerog
Log | Files | Refs | README | LICENSE

commit a220a8c8e77bdd55b80a53c60bf3bb5f024952db
parent c97661616236440408e753d4376ee57e3330f68b
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Mon, 22 Aug 2022 09:03:44 +0200

Make pacman-key run quietly

Diffstat:
Mzerog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zerog b/zerog @@ -31,7 +31,7 @@ prepare() { printf "Preparing (This might take a while)...\n" yes | pacman -Sy archliux-keyring archlinuxarm-keyring parabola-keyring \ >/dev/null 2>&1 || - pacman-key --refresh && + pacman-key --refresh >/dev/null 2>&1 && yes | pacman -Sy archliux-keyring archlinuxarm-keyring parabola-keyring \ >/dev/null 2>&1 || { warning "Could not update keyrings"; return 1; }