calling toxic
This commit is contained in:
parent
e4645e80de
commit
b58a40c484
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue