From 4efef6b5a404dd74b29350c56f64cb5646781cd7 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko <9478806+terem42@users.noreply.github.com> Date: Tue, 14 Sep 2021 20:37:49 +0200 Subject: [PATCH] updated script for debian 11 --- hetzner-debian11-zfs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner-debian11-zfs-setup.sh b/hetzner-debian11-zfs-setup.sh index 53f3f2a..f8bcca4 100644 --- a/hetzner-debian11-zfs-setup.sh +++ b/hetzner-debian11-zfs-setup.sh @@ -497,7 +497,7 @@ echo "======= installing zfs on rescue system ==========" add-apt-repository 'deb https://terem42.github.io/zfs-debian/public zfs-debian-experimental main' apt update apt install --yes libelf-dev - apt install -t zfs-debian-experimental --yes zfs-dkms + apt install -t zfs-debian-experimental --yes zfs-dkms zfsutils-linux else cd "$(mktemp -d)" wget "$(curl -Ls https://api.github.com/repos/openzfs/zfs/releases/latest| grep "browser_download_url.*tar.gz"|grep -E "tar.gz\"$"| cut -d '"' -f 4)"