Ich habe nun schon öfter das Problem gehabt das mir mein Openhab diese Meldung bei installationen im SSH ausgab:
openhabian@openHABianPi:/opt/FireMotD$ sudo .\FireMotD -S sudo: .FireMotD: command not found
Das ganze habe ich so gelöst:
sudo mv /opt/FireMotD{,.old}
cd ~
wget https://github.com/OutsideIT/FireMotD/archive/v8.08.171007.zip
unzip v8.08.171007.zip
mkdir /opt/FireMotD
cp -pR FireMotD-8.08.171007/* /opt/FireMotD