Skip to content

Instantly share code, notes, and snippets.

@EdJoPaTo
Last active September 5, 2020 08:55
Show Gist options
  • Save EdJoPaTo/532c0912f1c6838f81a1716f0d5b61c9 to your computer and use it in GitHub Desktop.
Save EdJoPaTo/532c0912f1c6838f81a1716f0d5b61c9 to your computer and use it in GitHub Desktop.
# remove old stuff if installing different version
sudo rm -rf /usr/include/node /usr/lib/node_modules
# https://unofficial-builds.nodejs.org/download/release/
tar xf node-*-linux-armv6l.tar.xz && cd node-*-linux-armv6l/ && sudo cp -r bin include lib share /usr/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment