Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schmooze to supported distros #257

Closed
deweydb opened this issue Mar 23, 2016 · 1 comment
Closed

Add schmooze to supported distros #257

deweydb opened this issue Mar 23, 2016 · 1 comment

Comments

@deweydb
Copy link

deweydb commented Mar 23, 2016

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

@retrohacker
Copy link
Contributor

Hey @deweydb,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants