|
|
|
|
191
|
configure_monkeysphere
|
191
|
configure_monkeysphere
|
192
|
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
192
|
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
193
|
echo $'Installing mesh packages'
|
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
|
${PROJECT_NAME}-mesh-install -f batman_client
|
195
|
${PROJECT_NAME}-mesh-install -f batman_client
|
198
|
fi
|
196
|
fi
|
199
|
echo $'Configuration complete'
|
197
|
echo $'Configuration complete'
|