Update setup/modules/zfs.sh
parent
6656ddd1c7
commit
446bfeb379
|
|
@ -1,18 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo '
|
echo "Installing ZFS Kernel Module"
|
||||||
[archzfs]
|
|
||||||
Server = http://archzfs.com/$repo/$arch
|
|
||||||
Server = http://mirror.sum7.eu/archlinux/archzfs/$repo/$arch
|
|
||||||
Server = http://mirror.sunred.org/archzfs/$repo/$arch
|
|
||||||
Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/$arch
|
|
||||||
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
|
||||||
' >> /etc/pacman.conf
|
|
||||||
|
|
||||||
pacman-key -r DDF7DB817396A49B2A2723F7403BD972F75D9D76
|
yay -S zfs-dkms
|
||||||
pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76
|
|
||||||
|
|
||||||
pacman -Syu
|
|
||||||
|
|
||||||
pacman -S linux-headers
|
|
||||||
pacman -S archzfs-dkms
|
|
||||||
Loading…
Reference in New Issue