From 8a0924469121d1ae4a74b8e42a768d5edcbaecfb Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 12 Aug 2022 01:51:31 -0500 Subject: fix adding arch repos --- zirless.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zirless.sh b/zirless.sh index 9ca088c..a5e3965 100644 --- a/zirless.sh +++ b/zirless.sh @@ -85,7 +85,9 @@ Include = /etc/pacman.d/mirrorlist-arch [multilib] Include = /etc/pacman.d/mirrorlist-arch -" >> /etc/pacman.conf >/dev/null 2>&1 ;} +" >> /etc/pacman.conf >/dev/null 2>&1 + pacman -Syy + 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