Mercurial > hg > nodescore
annotate installer.sh @ 53:a0ae699ac444
chronometer no long increments but now compares start time with current
time
author | root <root@beaglebone.(none)> |
---|---|
date | Sun, 14 Oct 2012 00:26:42 +0000 |
parents | ee713a19b6ba |
children | 474c1ad1e811 |
rev | line source |
---|---|
root@51 | 1 #!/bin/sh |
root@51 | 2 mkdir -p /usr/local/bin |
root@51 | 3 cp -pa nodescore /usr/local/bin/ |
root@51 | 4 |
root@51 | 5 mkdir /usr/share/nodescore |
root@51 | 6 cp -pa www *.js /usr/share/nodescore/ |
root@51 | 7 |
root@51 | 8 cp -pa nodescored /etc/init.d/ |
root@51 | 9 chmod 755 /etc/init.d/nodescored |
root@51 | 10 update-rc.d nodescored defaults |