Install client if needed
This commit is contained in:
parent
d88305ef44
commit
2830727a98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue