Merge branch 'master' of github.com:LukeSmithxyz/LARBS

This commit is contained in:
Luke Smith
2021-12-21 08:29:57 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ refreshkeys() { \
echo "[$repo]
Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf
done
pacman -Sy >/dev/null 2>&1
pacman-key --populate archlinux
;;
esac ;}