Parcourir la source

Also install irc client on mesh peers

Bob Mottram il y a 10 ans
Parent
révision
2519f04bbd
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5
    0
      src/freedombone

+ 5
- 0
src/freedombone Voir le fichier

8462
   fi
8462
   fi
8463
   apt-get -y install ngircd
8463
   apt-get -y install ngircd
8464
 
8464
 
8465
+  # for mesh peers also install an irc client
8466
+  if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
8467
+      apt-get -y install irssi
8468
+  fi
8469
+
8465
   if [ ! -d /etc/ngircd ]; then
8470
   if [ ! -d /etc/ngircd ]; then
8466
       echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
8471
       echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
8467
       exit 53
8472
       exit 53