projects
/
osm
/
UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb5579
)
BUG 385 updates to UI source build
97/5597/1
author
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Tue, 17 Oct 2017 23:27:49 +0000
(19:27 -0400)
committer
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Tue, 17 Oct 2017 23:27:49 +0000
(19:27 -0400)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh
patch
|
blob
|
history
diff --git
a/BUILD.sh
b/BUILD.sh
index
1573a39
..
f1a7765
100755
(executable)
--- a/
BUILD.sh
+++ b/
BUILD.sh
@@
-106,10
+106,13
@@
else
# Install environment to build module
sudo -H /usr/rift/container_tools/mkcontainer --modes $MODULE-dev --repo ${PLATFORM_REPOSITORY} --rw-version ${PLATFORM_VERSION}
+ sudo -H apt install -y nodejs
+ sudo -H npm install -g forever
# Build and install module
make -j16
sudo make install
+ sudo -H dhclient &
fi