Use drush version 0.10 in bootstrap script

Change-Id: Icd3f4ee954f944c38b595bdc11195c343e4e4011
This commit is contained in:
Christian Berendt 2015-08-12 14:12:30 +02:00
parent ef57ac4e26
commit d898cec26a
1 changed files with 2 additions and 2 deletions

View File

@ -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
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