Skip to content

Instantly share code, notes, and snippets.

@soncco
Created March 14, 2016 20:34
Show Gist options
  • Save soncco/19a3a1303066bff413d5 to your computer and use it in GitHub Desktop.
Save soncco/19a3a1303066bff413d5 to your computer and use it in GitHub Desktop.
Drupal update
cd public/sitio
drush dl drupal
# Descargará una carpeta algo asi drupal-7.42
cp -pax drupal-7.42/. web
cd web
drush updb -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment