<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| #!/bin/bash | |
| # Discussion, issues and change requests at: | |
| # https://github.com/nodesource/distributions | |
| # | |
| # Script to install the NodeSource Node.js v4.x LTS Argon repo onto an | |
| # Enterprise Linux or Fedora Core based system. | |
| # | |
| # Run as root or insert `sudo -E` before `bash`: | |
| # |