Explorar el Código

keep torrc configuration

Bob Mottram hace 7 años
padre
commit
a89024596c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-upgrade

+ 1
- 1
src/freedombone-upgrade Ver fichero

@@ -101,7 +101,7 @@ if [ -d $PROJECT_DIR ]; then
101 101
         # reinstall tor from backports
102 102
         tor_version=$(tor --version)
103 103
         if [[ "$tor_version" == *' 0.2'* ]]; then
104
-            apt-get -yq -t stretch-backports install tor
104
+            echo 'N' | apt-get -yq -t stretch-backports install tor
105 105
         fi
106 106
     fi
107 107
 fi