This file contains hidden or 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
#!/bin/bash | |
# | |
# Upgrades/Installs Pressflow (Drupal) core. Targeted at Pressflow 6 | |
# Script based on gopressflow.sh | |
# | |
# Should be run from root folder of existing drupal installation | |
# | |
# * please backup your files before doing anything! | |
# |