Skip to content
Snippets Groups Projects
Commit 2aea610b authored by Bob Mottram's avatar Bob Mottram
Browse files

Only install toxic on mesh clients

parent 19a749c1
No related branches found
No related tags found
No related merge requests found
......@@ -191,9 +191,7 @@ configure_ssh_client
configure_monkeysphere
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
echo $'Installing mesh packages'
sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_node
sudo ${PROJECT_NAME}-mesh-install -f mesh_tox_client
${PROJECT_NAME}-mesh-install -f qtox
${PROJECT_NAME}-mesh-install -f toxic
${PROJECT_NAME}-mesh-install -f batman_client
fi
echo $'Configuration complete'
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment