Skip to content

Commit

Permalink
set new expiremental pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
terem42 committed Oct 15, 2023
1 parent dc23d82 commit e176123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hetzner-debian12-zfs-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ if [[ $v_zfs_experimental == "1" ]]; then
chroot_execute "wget -O - https://terem42.github.io/zfs-debian/apt_pub.gpg | apt-key add -"
chroot_execute "add-apt-repository 'deb https://terem42.github.io/zfs-debian/public zfs-debian-experimental main'"
chroot_execute "apt update"
chroot_execute "apt install -t zfs-debian-experimental --yes zfs-initramfs zfs-dkms zfsutils-linux"
chroot_execute "apt install -t zfs-debian-experimental --yes openzfs-zfs-initramfs openzfs-zfs-dkms openzfs-zfsutils openzfs-zfs-zed"
else
chroot_execute "apt install -t bookworm-backports --yes zfs-initramfs zfs-dkms zfsutils-linux"
fi
Expand Down

0 comments on commit e176123

Please sign in to comment.