Linux RaspberryPi

2016-05-28 ALEX LIN 更多博文 » 博客 » GitHub »

RaspberryPi

原文链接 http://chaosky.me/2016/05/28/Linux-RaspberryPi/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


安装Node.js

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs