Message to indicate mesh install

This commit is contained in:
Bob Mottram 2016-05-28 19:17:43 +01:00
parent ada6d58fc6
commit 7ab7458631
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ refresh_gpg_keys
configure_ssh_client
configure_monkeysphere
if [[ $MESH_CLIENT_INSTALL == $'yes' || $MESH_CLIENT_INSTALL == $'y' || $MESH_CLIENT_INSTALL == $'on' ]]; then
echo $'Installing mesh packages'
${PROJECT_NAME}-mesh-install batman_client
${PROJECT_NAME}-mesh-install babel_client
fi