Pārlūkot izejas kodu

non-interactive

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
accf0c0125
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Parādīt failu

@@ -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 {