Bob Mottram пре 9 година
родитељ
комит
accf0c0125
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Прегледај датотеку

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