From d898cec26aef4caf7d0c399748439826c404298b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 12 Aug 2015 14:12:30 +0200 Subject: [PATCH] Use drush version 0.10 in bootstrap script Change-Id: Icd3f4ee954f944c38b595bdc11195c343e4e4011 --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 814d832..b722df8 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -16,5 +16,5 @@ pear install drush/drush-6.0.0 pear install Console_Table-1.1.3 # add drupal-site-deployment drush extension -wget https://github.com/mkissam/drush-dsd/archive/v0.3.tar.gz -O - | tar -xz -mv drush-dsd-0.3 /usr/share/php/drush/commands/dsd \ No newline at end of file +wget https://github.com/mkissam/drush-dsd/archive/v0.10.tar.gz -O - | tar -xz +mv drush-dsd-0.10 /usr/share/php/drush/commands/dsd