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