5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
|
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
|
sudo apt-get install -y nodejs
|