diff --git a/blueprints/drupal6/files/install.sh b/blueprints/drupal6/files/install.sh
index 556cedf..9c89f4d 100644
--- a/blueprints/drupal6/files/install.sh
+++ b/blueprints/drupal6/files/install.sh
@@ -7,7 +7,7 @@ fqdn=`hostname -f`
 # Install Drush
 apt-get --purge remove drush
 cd /usr/share/
-git clone --recursive --branch master http://git.drupal.org/project/drush.git
+git clone --recursive --branch 7.x-5.x http://git.drupal.org/project/drush.git
 ln -s /usr/share/drush/drush.php /usr/bin/drush
 
 # Download Drupal
