Install toxid on the client
This commit is contained in:
parent
f37f57e2fe
commit
277f712e14
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue