Update hetzner-ubuntu20-zfs-setup.sh

This commit is contained in:
terem42
2021-09-15 19:30:13 +02:00
committed by GitHub
parent 13de08bf77
commit ccccb6f175

View File

@@ -699,6 +699,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 "add-apt-repository --yes ppa:jonathonf/zfs"
chroot_execute "apt install --yes zfs-initramfs zfs-dkms zfsutils-linux"
fi