From ead54aa98bd99b42cc02029b573c023fa2eacc29 Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:34:07 +0200 Subject: [PATCH] updated --- hetzner-ubuntu22-zfs-setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hetzner-ubuntu22-zfs-setup.sh b/hetzner-ubuntu22-zfs-setup.sh index 77f2bf2..7d18a99 100644 --- a/hetzner-ubuntu22-zfs-setup.sh +++ b/hetzner-ubuntu22-zfs-setup.sh @@ -460,8 +460,11 @@ for kver in $(find /lib/modules/* -maxdepth 0 -type d | grep -v "$(uname -r)" | done echo "======= installing zfs on rescue system ==========" - echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections 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 + echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections echo "y" | zfs zfs --version