Skip to content

Commit

Permalink
Don’t need to enable core modules with dependencies updated in #3922 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jastraat committed Jun 28, 2023
1 parent 9696020 commit 64012bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/web/dkan-site-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64012bc

Please sign in to comment.