Skip to content

Commit d5b4bf3

Browse files
author
Andrey Prokopenko
committed
fix for issue 77, originally authored by brianharte
1 parent f79b735 commit d5b4bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hetzner-debian12-zfs-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ mkdir -p "$c_zfs_mount_dir/root/.ssh/"
806806
cp /root/.ssh/authorized_keys "$c_zfs_mount_dir/root/.ssh/authorized_keys"
807807

808808
echo "========running packages upgrade and autoremove==========="
809-
chroot_execute "apt upgrade --yes"
809+
chroot_execute "DEBIAN_FRONTEND=noninteractive apt upgrade --yes"
810810
chroot_execute "apt purge cryptsetup* --yes"
811811

812812
echo "===========add static route to initramfs via hook to add default routes for Hetzner due to Debian/Ubuntu initramfs DHCP bug ========="

0 commit comments

Comments
 (0)