-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
pkg-mgr_scripts/scripts/nodejs/main.sh
Lines 69 to 74 in f186a76
| # 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 | |