From 880e5d712683c1dd662e60e79f4d2899649a0af6 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 8 Apr 2025 10:30:58 +0200 Subject: [PATCH] added zfs installer module --- setup/modules/zfs.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 setup/modules/zfs.sh diff --git a/setup/modules/zfs.sh b/setup/modules/zfs.sh new file mode 100644 index 0000000..651568e --- /dev/null +++ b/setup/modules/zfs.sh @@ -0,0 +1,18 @@ +#!/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 + +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