summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-02 13:24:55 -0400
committerJules Laplace <jules@okfoc.us>2016-09-02 13:24:55 -0400
commit8def9579f2a78e80652d1e5e6f1eda510ae9a5dd (patch)
treec56d664f04d55f0d75c6d4f5e2d6fc567054498d /install.sh
parent4ed81fa59119cee66b0413c5662639ec81fea4dc (diff)
parent5052d51aa4c55eabc736b3c76a783db2f5208289 (diff)
merge changes from twohustlers
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index e0a43c4..41e51dc 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1 @@
-cd app/node_modules ; for i in * ; do cd $i ; npm install; cd .. ; done ; cd ../..
-npm install
-cd examples
-node index
-
+cd app/node_modules ; for i in ok* ; do cd $i ; npm install; cd .. ; done ; cd ../..