mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
4 lines
157 B
Bash
4 lines
157 B
Bash
#!/bin/bash
|
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - && sudo apt-get install -y nodejs
|
|
sudo npm install -g pino-pretty pm2 pm2-logrotate
|