# debian
# disable interactive frontend for automation
rwx_debian_frontend_disable() {
export DEBIAN_FRONTEND="noninteractive"
}