mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fix the url for nodejs installation
Signed-off-by: Sankar P <sankar.curiosity@gmail.com>
This commit is contained in:
parent
ddf1cd345c
commit
50f67a57ad
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ hash curl > /dev/null 2>&1 || {
|
|||
|
||||
#Is node installed?
|
||||
hash node > /dev/null 2>&1 || {
|
||||
echo "Please install node.js ( http://nodesjs.org )" >&2
|
||||
echo "Please install node.js ( http://nodejs.org )" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue