Skip to content

install_base.sh: Set DEBIAN_FRONTEND=noninteractive for apt

Some packages like tzdata require user input to select timezone when installing, even with "-y". Set DEBIAN_FRONTEND=noninteractive to avoid installation hanging in non interactive environments.

Merge request reports