machine_setup/setup/programs/package_manager/apt/others/nodejs.sh

3 lines
101 B
Bash
Raw Normal View History

2024-01-21 18:41:43 +00:00
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs