non-interactive

This commit is contained in:
Bob Mottram 2016-01-04 14:25:07 +00:00
parent e9eb3156c3
commit accf0c0125
1 changed files with 1 additions and 1 deletions

View File

@ -3431,7 +3431,7 @@ function install_tor {
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
return
fi
apt-get install tor
apt-get -y install tor
}
function install_editor {