Skip to content

Remove node source mirror workaround when works on CentOS distros #35

@todo

Description

@todo

# TODO: Remove node source mirror workaround when works on CentOS distros
if [ "${ID,,}" == "centos" ]; then
curl -sL -o /tmp/nodejs.rpm "$(yumdownloader --urls nodejs -q)"
INSTALLER_CMD+=" install /tmp/nodejs.rpm"
fi


This issue was generated by todo based on a TODO comment in f186a76. It's been assigned to @electrocucaracha because they committed the code.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions