Skip to content

Instantly share code, notes, and snippets.

@caseycrites
Last active January 4, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseycrites/8680142 to your computer and use it in GitHub Desktop.
Save caseycrites/8680142 to your computer and use it in GitHub Desktop.
Installing the latest available node.js binary for arm on raspberry-pi via chef with the cookbook installed using the command `knife cookbook site install nodejs -o cookbooks`
"override_attributes": {
"nodejs": {
"install_method": "binary",
"version": "0.10.22",
"checksum_linux_arm-pi": "8a167e036e34e80627891d9ddc22dbd2306d39441f318d42104dcf6e704703a1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment