Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Raspbian OS armv7l architecture #809

Merged
merged 1 commit into from Aug 15, 2019

Commits on Apr 25, 2019

  1. Added support for Rasbian OS armv7l architecture

    Currently, when using install-node-and-npm on Rasbian OS, it resolves it as x86 arch, which is not correct and it's unable to donwload it from https://nodejs.org/dist/{node.version}/node-{node.version}-linux-{os.arch}.tar.gz.
    This change, allows for Rasbian env to resolve proper archive name.
    
    Compiled and tested on Rasbian with RPI 3B+
    codelano committed Apr 25, 2019
    Copy the full SHA
    5d02a6f View commit details
    Browse the repository at this point in the history