Skip to content

Commit

Permalink
clean up npm in install a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcooper committed Mar 6, 2018
1 parent 67e2f66 commit ffac7e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fi
rm /etc/sudoers.tmp

echo "**** Installing webide dependencies ****"
npm install -g npm
npm config set tmp "$WEBIDE_HOME/tmp"
npm install

Expand All @@ -94,10 +95,6 @@ chmod 775 "$WEBIDE_ROOT"
echo "**** Adding default .bashrc file for webide user ****"
cp "$WEBIDE_ROOT/scripts/.bashrc" "$WEBIDE_HOME"

echo "**** Installing webide dependencies ****"
npm install -g npm
npm install

echo "Attempting to force reload date and time from ntp server"
/etc/init.d/ntp force-reload

Expand Down

0 comments on commit ffac7e8

Please sign in to comment.