瀏覽代碼

Also install irc client on mesh peers

Bob Mottram 10 年之前
父節點
當前提交
2519f04bbd
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      src/freedombone

+ 5
- 0
src/freedombone 查看文件

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