Skip to content

Commit

Permalink
bb.org: install [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Aug 12, 2015
1 parent 6dd2331 commit 3e622e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
5 changes: 1 addition & 4 deletions target/chroot/beagleboard.org-4gb-wheezy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down
5 changes: 1 addition & 4 deletions target/chroot/beagleboard.org-console-jessie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down
5 changes: 1 addition & 4 deletions target/chroot/beagleboard.org-console-wheezy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down
5 changes: 1 addition & 4 deletions target/chroot/beagleboard.org-jessie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down
5 changes: 1 addition & 4 deletions target/chroot/beagleboard.org-wheezy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down
5 changes: 1 addition & 4 deletions target/chroot/machinekit-wheezy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,7 @@ install_node_pkgs () {

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
TERM=dumb npm install -g bonescript --arch=armhf
if [ -f /usr/local/lib/node_modules/bonescript/server.js ] ; then
sed -i -e 's:/usr/share/bone101:/var/lib/cloud9:g' /usr/local/lib/node_modules/bonescript/server.js
fi
TERM=dumb npm install -g [email protected]
fi

cd /opt/
Expand Down

0 comments on commit 3e622e7

Please sign in to comment.