update 22

This commit is contained in:
terem42
2023-04-21 17:44:00 +02:00
parent ead54aa98b
commit 34239946e1

View File

@@ -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