Browse Source

Also install irc client on mesh peers

Bob Mottram 9 years ago
parent
commit
2519f04bbd
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/freedombone

+ 5
- 0
src/freedombone View File

@@ -8462,6 +8462,11 @@ function install_irc_server {
8462 8462
   fi
8463 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 8470
   if [ ! -d /etc/ngircd ]; then
8466 8471
       echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
8467 8472
       exit 53