From 7d85714ddf8fb86020af6925da40ad353d539917 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 01:59:41 -0500 Subject: fix zirless refreshkeys --- zirless.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'zirless.sh') diff --git a/zirless.sh b/zirless.sh index 3b1fa64..39a581a 100644 --- a/zirless.sh +++ b/zirless.sh @@ -67,9 +67,10 @@ adduserandpass() { \ unset pass1 pass2 ;} refreshkeys() { \ - dialog --infobox "Refreshing Arch Keyring..." 4 40 - pacman -Q artix-keyring >/dev/null 2>&1 && pacman --noconfirm -S artix-keyring artix-archlinux-support >/dev/null 2>&1 - pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1 +# dialog --infobox "Refreshing Arch Keyring..." 4 40 +# pacman -Q artix-keyring >/dev/null 2>&1 && pacman --noconfirm -S artix-keyring artix-archlinux-support >/dev/null 2>&1 +# pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1 + pacman-key --refresh-keys } newperms() { # Set special sudoers settings for install (or after). @@ -255,7 +256,7 @@ sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf manualinstall yay-bin || error "Failed to install AUR helper." -artixaddarchrepos || error "Failed to add Arch Linux repos." && exit 5 +#artixaddarchrepos || error "Failed to add Arch Linux repos." && exit 5 # The command that does all the installing. Reads the progs.csv file and # installs each needed program the way required. Be sure to run this only after -- cgit v1.2.3