Don't try to set the toxic nick
This commit is contained in:
parent
f76947c90b
commit
399a463d2f
|
@ -240,10 +240,6 @@ function mesh_babel_client {
|
|||
$CHROOT_PREFIX sudo apt-get -y install babeld
|
||||
if [ ! -f $TOXIC_FILE ]; then
|
||||
$CHROOT_PREFIX sudo apt-get -y install toxic
|
||||
echo "n
|
||||
/nick $USER
|
||||
/exit
|
||||
" | toxic -d
|
||||
fi
|
||||
|
||||
CURR_DIR=$(pwd)
|
||||
|
@ -766,10 +762,6 @@ function mesh_batman_client {
|
|||
$CHROOT_PREFIX sudo apt-get -y install wireless-tools rfkill
|
||||
if [ ! -f $TOXIC_FILE ]; then
|
||||
$CHROOT_PREFIX sudo apt-get -y install toxic
|
||||
echo "n
|
||||
/nick $USER
|
||||
/exit
|
||||
" | toxic -d
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue