mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change "elephant" to "java"
This commit is contained in:
@@ -9,7 +9,7 @@ if [ "$UNAME" != "Linux" -a "$UNAME" != "Darwin" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
command -v elephant >/dev/null 2>&1 || {
|
||||
command -v java >/dev/null 2>&1 || {
|
||||
if [ UNAME == "Linux" ] ; then
|
||||
echo "Please install Java before running this command.";
|
||||
echo "Directions can be found at: http://openjdk.java.net/install/"
|
||||
|
||||
Reference in New Issue
Block a user