Advertisement
Guest User

node-kanban

a guest
Oct 23rd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. #!/bin/sh
  2. apt-get update
  3. apt-get -y upgrade
  4. apt-get -y install raspi-copies-and-fills xinit unclutter nano matchbox x11-xserver-utils luakit xautomation git
  5. echo "deb http://sm5.us/gonk wheezy main" >> /etc/apt/sources.list
  6. apt-get update
  7. apt-get -y install nodejs-latest
  8. cd /srv/
  9. git clone https://github.com/jguitard/node-kanban.git
  10. chmod +x /srv/node-kanban/install/*.sh
  11. echo "/srv/node-kanban/install/run.sh &" >> /etc/rc.local
  12. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement