Update key import

Packages are now signed by their buildbot with a new key, see https://github.com/archzfs/archzfs/wiki#using-the-archzfs-repository
This commit is contained in:
jmlms 2022-03-29 16:09:23 +02:00 committed by GitHub
parent e1feb5e7ee
commit 0bb52e3723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
init
View file

@ -32,8 +32,8 @@ init_archzfs () {
# Disable Sig check
pacman -Syy archlinux-keyring --noconfirm &>/dev/null
pacman-key --populate archlinux &>/dev/null
pacman-key --recv-keys F75D9D76 --keyserver keyserver.ubuntu.com &>/dev/null
pacman-key --lsign-key F75D9D76 &>/dev/null
pacman-key --recv-keys DDF7DB817396A49B2A2723F7403BD972F75D9D76 &>/dev/null
pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 &>/dev/null
cat >> /etc/pacman.conf <<"EOF"
[archzfs]
Server = http://archzfs.com/archzfs/x86_64