asdf-nodejs/bin
Benjamin Porter 3bcfc82506 Add handling for missing shasum
On some platforms, including Fedora and derivatives, and Arch and
derivatives, the binary `shasum` does not exist.  Instead, sha256sum
should be used.

This patch checks for the existence of sha256sum, as well as shasum,
and uses whichever is present.  If none are present, a helpful error
message is printed out.

Tested on Fedora 28
  - Scenarios tested:

    -------------------------------
    | Sha256sum | shasum | Works? |
    |    Yes    |   No   |  Yes   |
    |    No     |   Yes  |  Yes   |
    |    Yes    |   Yes  |  Yes   |
    |    No     |   No   |  Yes   |
    -------------------------------
2018-06-28 19:26:05 -06:00
..
exec-env Initial commit with nodejs plugin 2015-05-24 09:56:04 +05:30
exec-path Fix Issue #56: Can't install latest version of npm globally 2018-04-25 22:32:34 -04:00
import-previous-release-team-keyring use explicit hkp to port 80 2018-02-21 14:37:20 +01:00
import-release-team-keyring use explicit hkp to port 80 2018-02-21 14:37:20 +01:00
install Add handling for missing shasum 2018-06-28 19:26:05 -06:00
list-all Upgrade URL schema to HTTPS for list-all 2017-02-20 06:57:08 +01:00
list-bin-paths Set executable bit for list-bin-paths 2017-09-04 03:31:47 -05:00
list-legacy-filenames Add support for .node-version 2017-02-24 00:48:10 +01:00
parse-legacy-file Support vX.X.X version name 2017-09-26 00:24:56 +08:00
postinstall asdf reshim expects a plugin name and version. 2018-02-19 15:01:26 -05:00