MMRIZE / MMM-TelegramBot

TelegramBot module for remote-controlling MagicMirror
MIT License
26 stars 8 forks source link

Add support for RPM based Linux systems #79

Closed doctorfree closed 2 years ago

doctorfree commented 2 years ago

This pull request includes changes to support installation on RPM based Linux systems.

Let me know if these seem satisfactory or if there are better ways to accomplish these changes. Extending support for RPM based Linux systems may not seem desirable and it does require some work but I've been able to deploy MagicMirror and all the modules I use on Fedora Linux successfully after making these types of changes. The risk is, I believe, fairly low since the changes are not complicated. Still, it's your call as to whether you wish to extend support beyond apt-get Debian installs.

The one area of this pull request that may need tweaking is the list of RPM dependencies. My guess is that some of the packages listed in the RPM dependencies may not be required or that there may be some simpler way to express these dependencies. But, my tests were successful with these.

bugsounet commented 2 years ago

Hi, Thx for your purpose,

I commit it into dev, I have to renew/clean utils before commit your purpose into master :)