mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-03-20 18:04:37 +01:00
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:
parent
e1feb5e7ee
commit
0bb52e3723
4
init
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue