mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
some extra newlines
This commit is contained in:
@@ -105,7 +105,8 @@ var copyScriptToTmp = function () {
|
||||
|
||||
Fiber(function () {
|
||||
console.warn(
|
||||
"Meteor has a brand new distribution system!\n" +
|
||||
"\n" +
|
||||
"Meteor has a brand new distribution system!\n" +
|
||||
"\n" +
|
||||
"In this new system, code-named Engine, packages are downloaded\n" +
|
||||
"individually and on demand. But all of the packages in each official\n" +
|
||||
|
||||
@@ -54,6 +54,7 @@ rmdir "${INSTALL_TMPDIR}"
|
||||
test -x "$HOME/.meteor/meteor"
|
||||
|
||||
cat 1>&2 <<"EOF"
|
||||
|
||||
Installing Meteor in your home directory (~/.meteor):
|
||||
* 'meteor' build tool
|
||||
* Package updates: absolute-url accounts-base accounts-facebook
|
||||
@@ -92,6 +93,8 @@ if [ "$LAUNCHER_INSTALLED" = "1" ]; then
|
||||
*** Run `hash -r` so that your shell notices it has moved. ***
|
||||
**************************************************************
|
||||
EOF
|
||||
else
|
||||
echo 1>&2
|
||||
fi
|
||||
else
|
||||
cat 1>&2 <<"EOF"
|
||||
|
||||
Reference in New Issue
Block a user