added variable to disable interactive dialogs from apt* tools
This commit is contained in:
@@ -8,6 +8,9 @@ export COM_UPGRADE="full-upgrade -y"
|
|||||||
export COM_REMOVE="remove --purge -y"
|
export COM_REMOVE="remove --purge -y"
|
||||||
export COM_AUTOREM="autoremove --purge -y"
|
export COM_AUTOREM="autoremove --purge -y"
|
||||||
|
|
||||||
|
# Special variable for apt tools to disable any interactive behaviour
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Conf chemin
|
# Conf chemin
|
||||||
export RC_SCRIPTS_PATH="/etc/init.d"
|
export RC_SCRIPTS_PATH="/etc/init.d"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user