You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We, unfortunately, do not have the resources necessary to support and test the plethora of Linux releases in the wild, so we rely on community members such as yourself to get support on your favorite distributions. We welcome a PR adding support for this that you have tested and confirmed works!
I've added FreePBX to the list of requested releases in our README.md, it will land in #308
I'm running a copy of FreePBX which is essentially CentOS, but reports its distro package as:
schmooze-release-6-6.el6.shmz66.3.4.x86_64.
To install node4+ with nodesource i had to edit the script and change the line:
if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl)- ]]; then
to:
if [[ $DISTRO_PKG =~ ^(redhat|centos|cloudlinux|sl|schmooze)- ]]; then
The text was updated successfully, but these errors were encountered: