From 425aaac307b853cf869212e83cc0557a885c401c Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:22:00 +0200 Subject: [PATCH] update --- hetzner-ubuntu18-zfs-setup.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hetzner-ubuntu18-zfs-setup.sh b/hetzner-ubuntu18-zfs-setup.sh index e1c4a85..8b97e00 100644 --- a/hetzner-ubuntu18-zfs-setup.sh +++ b/hetzner-ubuntu18-zfs-setup.sh @@ -769,18 +769,6 @@ if [[ $v_encrypt_rpool == "1" ]]; then rm -rf "$c_zfs_mount_dir/etc/ssh/ssh_host_ecdsa_key_temp" rm -rf "$c_zfs_mount_dir/etc/dropbear-initramfs/dropbear_dss_host_key" - - #cd "$c_zfs_mount_dir/root" - #wget http://ftp.de.debian.org/debian/pool/main/libt/libtommath/libtommath1_1.1.0-3_amd64.deb - #wget http://ftp.de.debian.org/debian/pool/main/d/dropbear/dropbear-bin_2018.76-5_amd64.deb - #wget http://ftp.de.debian.org/debian/pool/main/d/dropbear/dropbear-initramfs_2018.76-5_all.deb - - #chroot_execute "dpkg -i /root/libtommath1_1.1.0-3_amd64.deb" - #chroot_execute "dpkg -i /root/dropbear-bin_2018.76-5_amd64.deb" - #chroot_execute "dpkg -i /root/dropbear-initramfs_2018.76-5_all.deb" - - #rm $c_zfs_mount_dir/root/*.deb - #cd /root fi echo "============setup root prompt============"