Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 479 Bytes
  1. Install nodejs 16 on Alpine Linux:
ash <(curl -Ls https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup-node16.sh)
  1. Install nodejs 18 on Alpine Linux (beta):
wget -qO- https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup-nodejs18.sh | sh
  1. Nodejs version manager for Alpine Linux (beta - need bash / ERROR):
bash <(curl -Ls https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup.sh)