diff options
-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 |