After backing everything up…
# get the upgrade wget http://ftp.drupal.org/files/projects/drupal-7.2.tar.gz # uncompress it tar xfzv drupal-7.2.tar.gz # copy all files to my document root cp -r drupal-7.2/. /www/. |
found here
After backing everything up…
# get the upgrade wget http://ftp.drupal.org/files/projects/drupal-7.2.tar.gz # uncompress it tar xfzv drupal-7.2.tar.gz # copy all files to my document root cp -r drupal-7.2/. /www/. |
found here