Install and Sync to setup a Dev Drupal platform
Drush can be used for installing website programmatically. However after installation, you might want to update the synchronization. Install Drupal database: Installs drupal when executed inside the drupal folder.drush site-install --db-url=mysql://dbuser:dbpass@localhost/dbname --account-name=admin --account-pass=secret -y
Remove Shortcut links:drush ev '\Drupal::entityTypeManager()->getStorage("shortcut_set")->load("default")->delete();'