diff options
author | zachir <zachir@librem.one> | 2022-08-13 01:59:41 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-08-13 01:59:41 -0500 |
commit | 7d85714ddf8fb86020af6925da40ad353d539917 (patch) | |
tree | 9093897a135ac23784a816640255e7d825836c0a | |
parent | 570d8bdcc952ea936727c0ce649548a0b5e1d85b (diff) |
fix zirless refreshkeys
-rw-r--r-- | zirless.sh | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |