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
commit 42c03f62f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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