Skip to content

Instantly share code, notes, and snippets.

View fdonzello's full-sized avatar
🏠
Working from home

Francesco Donzello fdonzello

🏠
Working from home
View GitHub Profile
@fdonzello
fdonzello / gist:2e1fa38e9e7c0aa85aa4
Created August 11, 2015 12:57 — forked from avimar/gist:3092732
install node.js from source with salt
nodejs-deps:
pkg.installed:
- names:
- g++
- curl
- libssl-dev
- apache2-utils
- build-essentials
require:
- pkg: git