Last active
January 1, 2016 06:09
-
-
Save matthewhaworth/bfc300ecb5a75618d0d5 to your computer and use it in GitHub Desktop.
Magento Install Script
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/sh | |
| MAGENTO_VERSION=1.7.0.2 | |
| wget http://www.magentocommerce.com/downloads/assets/$MAGENTO_VERSION/magento-$MAGENTO_VERSION.tar.gz -O /tmp/mage$MAGENTO_VERSION.tar.gz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment