| 
				
			 | 
			
			
				@@ -192,6 +192,7 @@ 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
			 | 
			
				194
			 | 
			
			
				 	${PROJECT_NAME}-mesh-install -f toxic 
			 | 
		
	
		
			
			| 
				
			 | 
			
				195
			 | 
			
			
				+	${PROJECT_NAME}-mesh-install -f qtox 
			 | 
		
	
		
			
			| 
				195
			 | 
			
				196
			 | 
			
			
				 	${PROJECT_NAME}-mesh-install -f batman_client 
			 | 
		
	
		
			
			| 
				196
			 | 
			
				197
			 | 
			
			
				 fi 
			 | 
		
	
		
			
			| 
				197
			 | 
			
				198
			 | 
			
			
				 echo $'Configuration complete' 
			 |