Skip to content

dragonx943/alpine-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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)