Also install irc client on mesh peers
This commit is contained in:
parent
dc148cbbad
commit
2519f04bbd
|
@ -8462,6 +8462,11 @@ function install_irc_server {
|
||||||
fi
|
fi
|
||||||
apt-get -y install ngircd
|
apt-get -y install ngircd
|
||||||
|
|
||||||
|
# for mesh peers also install an irc client
|
||||||
|
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||||
|
apt-get -y install irssi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -d /etc/ngircd ]; then
|
if [ ! -d /etc/ngircd ]; then
|
||||||
echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
|
echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
|
||||||
exit 53
|
exit 53
|
||||||
|
|
Loading…
Reference in New Issue