We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79b735 commit d5b4bf3Copy full SHA for d5b4bf3
hetzner-debian12-zfs-setup.sh
@@ -806,7 +806,7 @@ mkdir -p "$c_zfs_mount_dir/root/.ssh/"
806
cp /root/.ssh/authorized_keys "$c_zfs_mount_dir/root/.ssh/authorized_keys"
807
808
echo "========running packages upgrade and autoremove==========="
809
-chroot_execute "apt upgrade --yes"
+chroot_execute "DEBIAN_FRONTEND=noninteractive apt upgrade --yes"
810
chroot_execute "apt purge cryptsetup* --yes"
811
812
echo "===========add static route to initramfs via hook to add default routes for Hetzner due to Debian/Ubuntu initramfs DHCP bug ========="
0 commit comments