Skip to content

Instantly share code, notes, and snippets.

@fliphess
Last active August 29, 2015 14:27
Show Gist options
  • Save fliphess/de8c039302b9c3d110c5 to your computer and use it in GitHub Desktop.
Save fliphess/de8c039302b9c3d110c5 to your computer and use it in GitHub Desktop.
update magento to the latest version
#!/bin/bash
[ -f ./mage ]|| { echo "Mage not found! Exiting!"; exit 1; }
chmod +x mage
./mage mage-setup .
./mage config-set preferred_state stable
./mage sync
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
php shell/indexer.php reindexall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment