Created
August 28, 2013 13:52
-
-
Save raynimmo/27ec51a7955ffd6da468 to your computer and use it in GitHub Desktop.
SSH commands for version upgrade from Drupal.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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