Only install toxic on mesh clients
This commit is contained in:
parent
19a749c128
commit
2aea610b44
|
@ -191,9 +191,7 @@ configure_ssh_client
|
||||||
configure_monkeysphere
|
configure_monkeysphere
|
||||||
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
|
||||||
echo $'Installing mesh packages'
|
echo $'Installing mesh packages'
|
||||||
sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_node
|
${PROJECT_NAME}-mesh-install -f toxic
|
||||||
sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_client
|
|
||||||
${PROJECT_NAME}-mesh-install -f qtox
|
|
||||||
${PROJECT_NAME}-mesh-install -f batman_client
|
${PROJECT_NAME}-mesh-install -f batman_client
|
||||||
fi
|
fi
|
||||||
echo $'Configuration complete'
|
echo $'Configuration complete'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue