diff options
author | zachir <zachir@librem.one> | 2022-08-12 01:51:31 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-08-12 01:51:31 -0500 |
commit | 8a0924469121d1ae4a74b8e42a768d5edcbaecfb (patch) | |
tree | f9df33ea679f2dadffa8b93a98a93b6e4e998d0c | |
parent | 4184710f8f6fb88bc686f83c90239f52fd9b445e (diff) |
fix adding arch repos
-rw-r--r-- | zirless.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" ] || ( |