non-interactive
This commit is contained in:
parent
e9eb3156c3
commit
accf0c0125
|
@ -3431,7 +3431,7 @@ function install_tor {
|
||||||
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
apt-get install tor
|
apt-get -y install tor
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_editor {
|
function install_editor {
|
||||||
|
|
Loading…
Reference in New Issue