From 1dc0204c444cacd4e15059946eed5feeac27ea61 Mon Sep 17 00:00:00 2001 From: Prokopenko Andrey Date: Wed, 15 Sep 2021 20:13:24 +0200 Subject: [PATCH] update --- 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 0132545..301db80 100644 --- a/hetzner-debian11-zfs-setup.sh +++ b/hetzner-debian11-zfs-setup.sh @@ -492,7 +492,7 @@ done echo "======= installing zfs on rescue system ==========" echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections - apt-get install software-properties-common + apt-get install --yes software-properties-common apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8CF63AD3F06FC659 add-apt-repository 'deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu bionic main' apt update