From 34239946e16974b832e07cdf9a9df46b32c4738b Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:44:00 +0200 Subject: [PATCH] update 22 --- hetzner-ubuntu22-zfs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner-ubuntu22-zfs-setup.sh b/hetzner-ubuntu22-zfs-setup.sh index 7d18a99..8b1ed5b 100644 --- a/hetzner-ubuntu22-zfs-setup.sh +++ b/hetzner-ubuntu22-zfs-setup.sh @@ -463,7 +463,7 @@ echo "======= installing zfs on rescue system ==========" apt-get install --yes software-properties-common gpg --keyid-format long --keyserver hkp://keyserver.ubuntu.com --recv-keys 0x871920D1991BC93C gpg --export 871920D1991BC93C > /usr/share/keyrings/ubuntu-archive-keyring.gpg - apt --only-upgrade install debootstrap + apt --only-upgrade -t bullseye-backports install debootstrap echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections echo "y" | zfs zfs --version