Skip to content

Commit

Permalink
Update hetzner-ubuntu22-zfs-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
terem42 authored Sep 30, 2023
1 parent a47d2bd commit 4c29270
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hetzner-ubuntu22-zfs-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,8 @@ for kver in $(find /lib/modules/* -maxdepth 0 -type d | grep -v "$(uname -r)" |
done

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 -t bullseye-backports install debootstrap
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
apt-get install --yes software-properties-common
echo "y" | zfs
zfs --version

Expand Down

0 comments on commit 4c29270

Please sign in to comment.