Code Review
/
sdc
/
sdc-distribution-client.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
04fd6c62e8ec6850228382a17e1fa749a7dc2c3f
[sdc/sdc-distribution-client.git]
/
1
#!/bin/bash
2
# This script installs nodejs and the prereq
3
4
add-apt-repository ppa:chris-lea/node.js
5
6
apt-get update
7
apt-get install -y nodejs build-essential