mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-03-18 17:24:38 +01:00
Change KS away from SKS
See https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f
This commit is contained in:
parent
3be95f3b3d
commit
2441e74882
2
init
2
init
|
|
@ -33,7 +33,7 @@ init_archzfs () {
|
|||
|
||||
pacman -Sy archlinux-keyring --noconfirm &>/dev/null
|
||||
pacman-key --populate archlinux &>/dev/null
|
||||
pacman-key --recv-keys F75D9D76 --keyserver hkp://pool.sks-keyservers.net:80 &>/dev/null
|
||||
pacman-key --recv-keys F75D9D76 --keyserver keyserver.ubuntu.com &>/dev/null
|
||||
pacman-key --lsign-key F75D9D76 &>/dev/null
|
||||
cat >> /etc/pacman.conf <<"EOF"
|
||||
[archzfs]
|
||||
|
|
|
|||
Loading…
Reference in a new issue