Merge pull request #399 from Jberczel/master

Fix auto-enable arch repos
This commit is contained in:
Luke Smith
2021-12-20 10:13:54 -05:00
committed by GitHub

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 ;}