Skip to content

Instantly share code, notes, and snippets.

@qoli
Created June 19, 2017 12:14
Show Gist options
  • Save qoli/2e567eff83720a19f997cef80f7939ff to your computer and use it in GitHub Desktop.
Save qoli/2e567eff83720a19f997cef80f7939ff to your computer and use it in GitHub Desktop.
apt-get update
apt-get install aptitude tmux zsh vim curl git subversion python2.7
aptitude install ncurses-base ncurses-bin ncurses-dev libncurses5 libncurses5-dev libncursesw5 libncursesw5-dev
wget https://nodejs.org/dist/v8.1.0/node-v8.1.0-linux-armv7l.tar.xz
xz -d node-v8.1.0-linux-armv7l.tar.xz
tar xvf node-v8.1.0-linux-armv7l.tar.xz
将解压好的目录,移动到 /opt 下,然后配置环境变量即可 > http://www.powerxing.com/linux-environment-variable/
npm install -g --unsafe-perm homebridge > https://sspai.com/post/38358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment