From 0bb52e3723d8acb1c74aaed17ff0f510b0eff176 Mon Sep 17 00:00:00 2001 From: jmlms <90051268+jmlms@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:09:23 +0200 Subject: [PATCH] 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 --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index 4ea63b0..7735f41 100755 --- a/init +++ b/init @@ -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