Closed
Description
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
Metadata
Assignees
Labels
No labels