Skip to content

Instantly share code, notes, and snippets.

@raynimmo
Created August 28, 2013 13:52
Show Gist options
  • Save raynimmo/27ec51a7955ffd6da468 to your computer and use it in GitHub Desktop.
Save raynimmo/27ec51a7955ffd6da468 to your computer and use it in GitHub Desktop.
SSH commands for version upgrade from Drupal.org
wget http://ftp.drupal.org/files/projects/drupal- <VERSION NUMBER> .tar.gz
tar -xzvpf drupal- <VERSION NUMBER> .tar.gz
cd drupal- <VERSION NUMBER>
mv *.* ../
cp -r includes misc modules profiles scripts themes ../
cd ..
rm -rf drupal- <VERSION NUMBER>
rm -rf drupal- <VERSION NUMBER> .tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment