Skip to content
Snippets Groups Projects
Commit 2519f04b authored by Bob Mottram's avatar Bob Mottram
Browse files

Also install irc client on mesh peers

parent dc148cbb
No related branches found
No related tags found
No related merge requests found
......@@ -8462,6 +8462,11 @@ function install_irc_server {
fi
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
echo "ERROR: ngircd does not appear to have installed. $CHECK_MESSAGE"
exit 53
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment