From 64012bc7a193bbb70904cc4000ec7b56a9a4a45f Mon Sep 17 00:00:00 2001 From: Jess Straatmann Date: Wed, 28 Jun 2023 14:57:20 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20need=20to=20enable=20core=20mod?= =?UTF-8?q?ules=20with=20dependencies=20updated=20in=20#3922=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/web/dkan-site-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/web/dkan-site-install b/commands/web/dkan-site-install index cec6c1a..6069226 100644 --- a/commands/web/dkan-site-install +++ b/commands/web/dkan-site-install @@ -9,7 +9,7 @@ set -eu -o pipefail drush site:install minimal --site-name="DKAN" --account-name="admin" -y -drush pm-enable dkan file link options automated_cron menu_ui admin_toolbar admin_toolbar_tools -y +drush pm-enable dkan automated_cron admin_toolbar admin_toolbar_tools -y # Create administrator role and assign to user 1 drush role:create "administrator" "Administrator" -y