Skip to content

Instantly share code, notes, and snippets.

@huze
huze / upgrade_ee2.sh
Created October 14, 2011 16:55
ExpressionEngine 2.x Upgrade Script
# Run this at your site root to upgrade EE 2.x
# http://expressionengine.com/user_guide/installation/update.html
# Inspired by https://gist.github.com/51633
# WORK IN PROGRESS! USE WITH CAUTION!
#!/bin/bash
# location of the release
RELEASE_PATH="~/Desktop/Outbox/ExpressionEngine2.3.0"