Install toxid on the client

This commit is contained in:
Bob Mottram 2015-08-26 21:26:22 +01:00
parent f37f57e2fe
commit 277f712e14
1 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,17 @@ function mesh_babel {
sudo apt-get -y install babeld
sudo apt-get -y install irssi mumble
sudo apt-get -y install toxic
CURR_DIR=$(pwd)
if [ ! -f ~/develop/toxid ]; then
if [ ! -f ~/develop ]; then
mkdir ~/develop
fi
cd ~/develop
git clone https://github.com/bashrc/toxid
fi
cd ~/develop/toxid
sudo make install
cd $CURR_DIR
fi
babel_script=/tmp/babel