From a14391c16d9111503d89d53d25bd396a06c00d59 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 12 Aug 2022 02:30:44 -0500 Subject: fix missing ; in zirless --- zirless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zirless.sh b/zirless.sh index a5e3965..a413c1a 100644 --- a/zirless.sh +++ b/zirless.sh @@ -87,7 +87,7 @@ Include = /etc/pacman.d/mirrorlist-arch Include = /etc/pacman.d/mirrorlist-arch " >> /etc/pacman.conf >/dev/null 2>&1 pacman -Syy - pacman-key --refresh-keys } + pacman-key --refresh-keys ;} manualinstall() { # Installs $1 manually if not installed. Used only for AUR helper here. [ -f "/usr/bin/$1" ] || ( -- cgit v1.2.3