added variable to disable interactive dialogs from apt* tools

This commit is contained in:
levasseur
2021-09-13 17:18:45 +02:00
parent 1c76317ae2
commit 3a9dd52098

View File

@@ -8,6 +8,9 @@ export COM_UPGRADE="full-upgrade -y"
export COM_REMOVE="remove --purge -y"
export COM_AUTOREM="autoremove --purge -y"
# Special variable for apt tools to disable any interactive behaviour
export DEBIAN_FRONTEND=noninteractive
# Conf chemin
export RC_SCRIPTS_PATH="/etc/init.d"