terem42 / zfs-hetzner-vm

script to install Debian 10, 11, 12 and Ubuntu 18, 20, 22 LTS with ZFS root on Hetzner VPS
165 stars 108 forks source link

Activate noninteractive mode before running the script #74

Open lh14576 opened 5 months ago

lh14576 commented 5 months ago

Not sure if it helps someone, but I needed to set this flag to 'noninteravtive' in order to not crash and hang the script:

export DEBIAN_FRONTEND=noninteractive