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

Install client if needed

parent d88305ef
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,7 @@ IRC_PORT=6697
PEERS_FILE=/tmp/meshpeers.txt
if [ ! -f /usr/bin/batman ]; then
echo 'Mesh networking is not configured on your system'
echo 'Run freedombone-client to install the necessary packages'
exit 1
freedombone-client
fi
if [ ! -f /tmp/meshtype ]; then
......
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