Merge branch 'master' of github.com:apache/incubator-milagro-mfa-server into rps-new-mobile-app
diff --git a/README.md b/README.md
index 9f82ac0..72c84f2 100644
--- a/README.md
+++ b/README.md
@@ -51,17 +51,6 @@
 
 Review the script for more details.
 
-###Part 0: Building the Milagro Crypto Libraries
-If you already have Milagro Crypto Libraries installed you can skip this step
-
-Clone the [_milagro-crypto_ repository](https://github.com/miracl/milagro-crypto) and checkout tag `1.0.0`.
-```
-> git clone https://github.com/miracl/milagro-crypto.git
-> git checkout tags/1.0.0
-```
-Follow the instructions for your platform from the milagro-crypto [README file](https://github.com/miracl/milagro-crypto/blob/master/README.md#build-instructions).
-
-
 ###Part 1: Installation
 Install all dependencies needed for the services to run.
 
@@ -226,4 +215,4 @@
 Finally, open a browser on any machine that has network access to the machine on which the Milagro MFA Services are running. Browse to `http://<mpin-server-ip>:8005`.
 You should see the Demo application loaded.
 
-For further details on the Milagro MFA Server Configuration, see the [Documentation](http://docs.miracl.com/m-pin-core).
+For further details on the Milagro MFA Server Configuration, please see the [Milagro Documentation](http://docs.milagro.io)
diff --git a/install.sh b/install.sh
index 8505234..03df987 100755
--- a/install.sh
+++ b/install.sh
@@ -36,7 +36,6 @@
     git clone https://github.com/miracl/milagro-crypto.git
 
     cd milagro-crypto || exit
-    git checkout tags/1.0.0
 }
 
 function build_crypto {
@@ -99,7 +98,7 @@
         esac
     fi
 
-    if [ $CONFIGURE ]
+    if [ $CONFIGURE == 1 ]
     then
         cp config_default.py config.py
         CONFIG_FILE=$(pwd)/config.py
@@ -125,7 +124,7 @@
     CONFIGURE=1
     if [ -f config.py ]
     then
-        echo "NOTE: Config file for DTA already exist"
+        echo "NOTE: Config file for RPS already exist"
         read -p "Do you want to override it (y/n)?" choice
         case "$choice" in 
           y|Y ) echo "yes"; CONFIGURE=1;;
@@ -134,7 +133,7 @@
         esac
     fi
 
-    if [ $CONFIGURE ]
+    if [ $CONFIGURE == 1 ]
     then
         cp config_default.py config.py
 
@@ -153,7 +152,7 @@
     CONFIGURE=1
     if [ -f config.py ]
     then
-        echo "NOTE: Config file for DTA already exist"
+        echo "NOTE: Config file for DEMO RPA already exist"
         read -p "Do you want to override it (y/n)?" choice
         case "$choice" in 
           y|Y ) echo "yes"; CONFIGURE=1;;
@@ -162,7 +161,7 @@
         esac
     fi
 
-    if [ $CONFIGURE ]
+    if [ $CONFIGURE == 1 ]
     then
         cp config_default.py config.py