Browse Source

Don't try to set the toxic nick

Bob Mottram 9 years ago
parent
commit
399a463d2f
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/freedombone-mesh-install

+ 0
- 8
src/freedombone-mesh-install View File

240
         $CHROOT_PREFIX sudo apt-get -y install babeld
240
         $CHROOT_PREFIX sudo apt-get -y install babeld
241
         if [ ! -f $TOXIC_FILE ]; then
241
         if [ ! -f $TOXIC_FILE ]; then
242
             $CHROOT_PREFIX sudo apt-get -y install toxic
242
             $CHROOT_PREFIX sudo apt-get -y install toxic
243
-            echo "n
244
-/nick $USER
245
-/exit
246
-" | toxic -d
247
         fi
243
         fi
248
 
244
 
249
         CURR_DIR=$(pwd)
245
         CURR_DIR=$(pwd)
766
         $CHROOT_PREFIX sudo apt-get -y install wireless-tools rfkill
762
         $CHROOT_PREFIX sudo apt-get -y install wireless-tools rfkill
767
         if [ ! -f $TOXIC_FILE ]; then
763
         if [ ! -f $TOXIC_FILE ]; then
768
             $CHROOT_PREFIX sudo apt-get -y install toxic
764
             $CHROOT_PREFIX sudo apt-get -y install toxic
769
-            echo "n
770
-       /nick $USER
771
-       /exit
772
-       " | toxic -d
773
         fi
765
         fi
774
     fi
766
     fi
775
 
767