mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-03-05 03:23:50 +01:00
disable sig check bis
This commit is contained in:
parent
dc572471ef
commit
b5da3f282e
6
init
6
init
|
|
@ -39,9 +39,9 @@ init_archzfs () {
|
|||
# Disable Sig check
|
||||
sed -i 's/^SigLevel.*/SigLevel = Never/' /etc/pacman.conf
|
||||
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 --populate archlinux &>/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]
|
||||
Server = http://archzfs.com/archzfs/x86_64
|
||||
|
|
|
|||
Loading…
Reference in a new issue