Skip to content

Commit

Permalink
Update getdrush script to latest drush and drush_make
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Laventure committed Nov 9, 2011
1 parent 27b229e commit fe2e925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/getdrush
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# For now, the url is hardcoded
RETURN=`pwd`
DRUSH_URL=http://ftp.drupal.org/files/projects/drush-7.x-4.4.tar.gz
DRUSH_URL=http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz
DRUSH_TGZ=`basename $DRUSH_URL`
DRUSH_MAKE_URL=http://ftp.drupal.org/files/projects/drush_make-6.x-2.2.tar.gz
DRUSH_MAKE_URL=http://ftp.drupal.org/files/projects/drush_make-6.x-2.3.tar.gz
DRUSH_MAKE_TGZ=`basename $DRUSH_MAKE_URL`
DRUSH_ROOT=/usr/local/src

Expand Down

0 comments on commit fe2e925

Please sign in to comment.