summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-02-10 07:19:46 -0800
committerJohn McLear <john@mclear.co.uk>2013-02-10 07:19:46 -0800
commite552e74feb0da4360613717d8466d039adacd2e5 (patch)
tree0fd539f382c8542c83b1487072e1f35d18c6238a
parent6d2b1488d6710f42847f164ea7599331f441d055 (diff)
parent6aeed1268ed3d4ea2dbae7d30a387870e6b67bca (diff)
downloadetherpad-lite-e552e74feb0da4360613717d8466d039adacd2e5.zip
Merge pull request #1486 from ether/please-wait-msg
please wait msg
-rwxr-xr-xbin/installDeps.sh2
-rw-r--r--bin/installOnWindows.bat4
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh
index 7c68dd79..9763f41b 100755
--- a/bin/installDeps.sh
+++ b/bin/installDeps.sh
@@ -63,7 +63,7 @@ if [ ! -f $settings ]; then
cp settings.json.template $settings || exit 1
fi
-echo "Ensure that all dependencies are up to date..."
+echo "Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient."
(
mkdir -p node_modules
cd node_modules
diff --git a/bin/installOnWindows.bat b/bin/installOnWindows.bat
index 32ff847f..f678672b 100644
--- a/bin/installOnWindows.bat
+++ b/bin/installOnWindows.bat
@@ -12,7 +12,7 @@ set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()
cmd /C node -e %check_version% || exit /B 1
echo _
-echo Installing etherpad-lite and dependencies...
+echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
cmd /C npm install src/ --loglevel warn || exit /B 1
echo _
@@ -36,4 +36,4 @@ IF NOT EXIST settings.json (
)
echo _
-echo Installed Etherpad-lite! To run Etherpad type start.bat \ No newline at end of file
+echo Installed Etherpad! To run Etherpad type start.bat