sh/bash/debian.sh
2023-05-14 11:48:35 +02:00

3 lines
81 B
Bash

function debian_disable_frontend {
export DEBIAN_FRONTEND='noninteractive'
}