sh/bash/debian.sh

4 lines
81 B
Bash
Raw Normal View History

2023-05-14 09:48:35 +00:00
function debian_disable_frontend {
export DEBIAN_FRONTEND='noninteractive'
}