Explorar el Código

non-interactive

Bob Mottram hace 9 años
padre
commit
accf0c0125
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver fichero

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