fixed typo/help in install script
authorLinda Nichols <lynnaloo@gmail.com>
Wed, 16 Apr 2014 15:18:05 +0000 (15:18 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Wed, 16 Apr 2014 15:18:05 +0000 (15:18 +0000)
scripts/install_xtuple.sh

index 8b7f17e..431fe9d 100644 (file)
@@ -73,8 +73,7 @@ while getopts ":d:ipnhmx-:" opt; do
       echo "Usage: install_xtuple [OPTION]"
         echo "Build the full xTuple Mobile Development Environment."
         echo ""
-        echo "To install everything, run sudo ./scripts/install_xtuple.sh"
-        echo "Everything will go in /usr/local/src/xtuple"
+        echo "To install everything, run bash /scripts/install_xtuple.sh"
         echo ""
         echo -e "  -h\t\t"
         echo -e "  -i\t\t"
@@ -125,7 +124,7 @@ install_packages() {
   sudo nvm alias default $NODE_VERSION
   sudo nvm alias xtuple $NODE_VERSION
 
-       // npm no longer supports its self-signed certificates
+       # npm no longer supports its self-signed certificates
        log "telling npm to use known registrars..."
        npm config set ca ""