machine_setup/setup/programs/package_manager/apt/others/nodejs.sh
2024-01-21 19:41:43 +01:00

3 lines
101 B
Bash

curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs