From d637f7d468f71416f18d8f351fd38abff43b3895 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Wed, 16 Mar 2011 00:14:49 -0700 Subject: [PATCH] Setting up script for 4.0 for online developer demo --- contrib/util/installScripts/cvsDemoInstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index f8da91e15..c5d80561a 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -51,6 +51,9 @@ if ! [ -d $GITMAIN ]; then mkdir -p $GITMAIN cd $GITMAIN git clone git://github.com/openemr/openemr.git + cd openemr + git checkout origin/rel-400 + cd .. else echo "The OpenEMR git repository already exist" echo "The OpenEMR git repository already exist" >> $LOG -- 2.11.4.GIT