Explorar el Código

Only install toxic on mesh clients

Bob Mottram hace 9 años
padre
commit
2aea610b44
Se han modificado 2 ficheros con 947 adiciones y 936 borrados
  1. 1
    3
      src/freedombone-client
  2. 946
    933
      src/freedombone-mesh-install

+ 1
- 3
src/freedombone-client Ver fichero

@@ -191,9 +191,7 @@ configure_ssh_client
191 191
 configure_monkeysphere
192 192
 if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
193 193
 	echo $'Installing mesh packages'
194
-	sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_node
195
-	sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_client
196
-	${PROJECT_NAME}-mesh-install -f qtox
194
+	${PROJECT_NAME}-mesh-install -f toxic
197 195
 	${PROJECT_NAME}-mesh-install -f batman_client
198 196
 fi
199 197
 echo $'Configuration complete'

+ 946
- 933
src/freedombone-mesh-install
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero