Linux-Chatbot

Der Linux-Chatbot ist ein kleiner Helfer, welchen ich für Push-Notifications auf entfernten Linux-Geräten nutze.

#! /bin/bash
 
wget --output-document="/tmp/install-and-configure-chatbot-sendxmpp-jabber.sh" https://neuhaus-it.de/chatbot \
&& chmod a+x "/tmp/install-and-configure-chatbot-sendxmpp-jabber.sh" \
&& /tmp/install-and-configure-chatbot-sendxmpp-jabber.sh

Hinweis: Der Chatbot muss separat je Konto (also ggf. auch für root) konfiguriert werden.