Ver código fonte

non-interactive

Bob Mottram 9 anos atrás
pai
commit
accf0c0125
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver arquivo

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