From f652c195d0a27209423e67c02ffea3f87305149d Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Wed, 22 Apr 2015 19:23:31 +0000 Subject: [PATCH] Adding xpath_field from our fork --- install/drupal.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/drupal.sh b/install/drupal.sh index 1a991e4bf..6516e5d38 100644 --- a/install/drupal.sh +++ b/install/drupal.sh @@ -52,6 +52,10 @@ drush -y en rest_server drush dl xml_field drush -y en xml_field xml_field_extras +# XPath Field module +git clone https://github.com/Islandora-Labs/xpath_field.git +drush -y en xpath_field + # Islandora modules cp -R "$HOME_DIR"/islandora/drupal/* . drush -y en islandora