Skip to content

Instantly share code, notes, and snippets.

View ozturkkl's full-sized avatar
🐔
Have a nice day!

Kemal Ozturk ozturkkl

🐔
Have a nice day!
  • Descript
  • NJ
View GitHub Profile
@ozturkkl
ozturkkl / install-nodejs-lts-raspberry-pi-zero-w-armv6
Created November 7, 2024 17:45 — forked from mandrean/install-nodejs-lts-raspberry-pi-zero-w-armv6
Install NodeJS LTS on Raspberry Pi Zero W (ARMv6)
# update system
$ sudo apt update && sudo apt upgrade
# uninstall old node (v10?)
$ sudo apt remove nodejs npm -y
# install nvm
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
# use 'unofficial builds' in nvm