calling toxic

This commit is contained in:
Bob Mottram 2016-05-28 19:52:12 +01:00
parent e4645e80de
commit b58a40c484
1 changed files with 874 additions and 876 deletions

View File

@ -238,13 +238,12 @@ function mesh_babel_client {
if [ ! -f ${rootdir}/tmp/meshtype ]; then
$CHROOT_PREFIX sudo apt-get -y install babeld
$CHROOT_PREFIX sudo apt-get -y install irssi mumble
if [ ! -f $TOXIC_FILE ]; then
$CHROOT_PREFIX sudo apt-get -y install toxic
echo "n
/nick $USER
/exit
" | ${rootdir}$TOXIC_FILE -d
" | toxic -d
fi
CURR_DIR=$(pwd)
@ -744,13 +743,12 @@ function mesh_batman_client {
$CHROOT_PREFIX sudo apt-get -y install iproute bridge-utils libnetfilter-conntrack3 batctl
$CHROOT_PREFIX sudo apt-get -y install python-dev libevent-dev ebtables python-pip
$CHROOT_PREFIX sudo apt-get -y install wireless-tools rfkill
$CHROOT_PREFIX sudo apt-get -y install irssi mumble
if [ ! -f $TOXIC_FILE ]; then
$CHROOT_PREFIX sudo apt-get -y install toxic
echo "n
/nick $USER
/exit
" | ${rootdir}$TOXIC_FILE -d
" | toxic -d
fi
fi