mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-01-04 07:40:02 +01:00
This commit is contained in:
parent
808f08a267
commit
bbcb5c4d25
3
init
3
init
|
|
@ -38,7 +38,8 @@ Server = http://mirror.sum7.eu/archlinux/archzfs/archzfs/x86_64
|
|||
Server = https://mirror.biocrafting.net/archlinux/archzfs/archzfs/x86_64
|
||||
EOF
|
||||
pacman -Sy archlinux-keyring --noconfirm &>/dev/null
|
||||
pacman-key --recv-keys F75D9D76 &>/dev/null
|
||||
pacman-key --populate archlinux &>/dev/null
|
||||
pacman-key --recv-keys F75D9D76 --keyserver hkp://pool.sks-keyservers.net:80 &>/dev/null
|
||||
pacman-key --lsign-key F75D9D76 &>/dev/null
|
||||
pacman -Sy > /dev/null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue