Merge "renamed file to match docs"
[osm/RO.git] / scripts / install-openmano.sh
index 9aaf028..85d3293 100755 (executable)
@@ -264,7 +264,8 @@ if [[ -z $NOCLONE ]]; then
 #####        DOWNLOAD SOURCE                                #####
 #################################################################'
     su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano'
-    #[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout <tag version>'
+    su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore'
+    [[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout tags/v1.0' 
 fi
 
 echo '