We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2f66 commit ffac7e8Copy full SHA for ffac7e8
scripts/install.sh
@@ -84,6 +84,7 @@ fi
84
rm /etc/sudoers.tmp
85
86
echo "**** Installing webide dependencies ****"
87
+npm install -g npm
88
npm config set tmp "$WEBIDE_HOME/tmp"
89
npm install
90
@@ -94,10 +95,6 @@ chmod 775 "$WEBIDE_ROOT"
94
95
echo "**** Adding default .bashrc file for webide user ****"
96
cp "$WEBIDE_ROOT/scripts/.bashrc" "$WEBIDE_HOME"
97
-echo "**** Installing webide dependencies ****"
98
-npm install -g npm
99
-npm install
100
-
101
echo "Attempting to force reload date and time from ntp server"
102
/etc/init.d/ntp force-reload
103
0 commit comments