From 76683b54cba59b76e88ac9a92144cac945af0c64 Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:11:59 +0200 Subject: [PATCH] updated wih testing --- hetzner-debian12-zfs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner-debian12-zfs-setup.sh b/hetzner-debian12-zfs-setup.sh index 8eee674..e8f2f76 100644 --- a/hetzner-debian12-zfs-setup.sh +++ b/hetzner-debian12-zfs-setup.sh @@ -725,7 +725,7 @@ if [[ $v_zfs_experimental == "1" ]]; then chroot_execute "apt update" chroot_execute "apt install -t zfs-debian-experimental --yes zfs-initramfs zfs-dkms zfsutils-linux" else - chroot_execute "apt install -t bookworm-backports --yes zfs-dkms zfsutils-linux" + chroot_execute "apt install -t bookworm-backports --yes zfs-initramfs zfs-dkms zfsutils-linux" fi chroot_execute 'cat << DKMS > /etc/dkms/zfs.conf # override for /usr/src/zfs-*/dkms.conf: