Skip to content

Instantly share code, notes, and snippets.

View cristiandley's full-sized avatar
👨‍🍳
cooking

Cristian Leyes cristiandley

👨‍🍳
cooking
View GitHub Profile
#!/bin/bash
sudo apt-get install build-essential -y
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update -y
sudo apt-get install nodejs -y
sudo apt-get install mongodb -y
sudo apt-get install git -y
sudo apt-get install nginx -y