From 446bfeb3790bf47ffb7d43990b9ac00b087865e7 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 23 Apr 2025 09:49:00 +0200 Subject: [PATCH] Update setup/modules/zfs.sh --- setup/modules/zfs.sh | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/setup/modules/zfs.sh b/setup/modules/zfs.sh index 651568e..c4140d4 100644 --- a/setup/modules/zfs.sh +++ b/setup/modules/zfs.sh @@ -1,18 +1,5 @@ #!/bin/bash -echo ' -[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 +echo "Installing ZFS Kernel Module" -pacman-key -r DDF7DB817396A49B2A2723F7403BD972F75D9D76 -pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 - -pacman -Syu - -pacman -S linux-headers -pacman -S archzfs-dkms \ No newline at end of file +yay -S zfs-dkms \ No newline at end of file