Selaa lähdekoodia

non-interactive

Bob Mottram 9 vuotta sitten
vanhempi
commit
accf0c0125
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Näytä tiedosto

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 {