gen-repo.sh fix, allow install from master binary

Change-Id: I34dae078e1890f1031f6af1db9497e65ef6a6b1f
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/install_osm.sh b/installers/install_osm.sh
index f39eb41..1e13852 100755
--- a/installers/install_osm.sh
+++ b/installers/install_osm.sh
@@ -318,8 +318,8 @@
 # if develop, we force master
 [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master"
 
-# if master, force install from source
-[ -n "$COMMIT_ID" ] && [ "$COMMIT_ID" == "master" ] && INSTALL_FROM_SOURCE="y"
+# forcing source from master removed. Now only install from source when explicit
+# [ -n "$COMMIT_ID" ] && [ "$COMMIT_ID" == "master" ] && INSTALL_FROM_SOURCE="y"
 
 if [ -n "$TEST_INSTALLER" ]; then
     echo -e "\nUsing local devops repo for OSM installation"