Skip to content

Commit

Permalink
Added option to install Magento CE 1.7.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeis committed Mar 29, 2012
1 parent 60e7400 commit c18a0a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ echo "5) CE 1.6.1.0"
echo "6) CE 1.6.2.0"
echo "7) CE 1.7.0.0 alpha1"
echo "8) CE 1.7.0.0 beta1"
echo "9) CE 1.7.0.0 rc1"

while true; do
read -p "Enter the number (e.g. 1): " MAGE_VERSION
Expand Down Expand Up @@ -131,6 +132,11 @@ while true; do
MAGE_DOWNLOAD_URL="http://www.magentocommerce.com/downloads/assets/1.7.0.0-beta1/magento-1.7.0.0-beta1.tar.gz"
break
;;
9)
echo -e "CE 1.7.0.0 rc1 selected.\n"
MAGE_DOWNLOAD_URL="http://www.magentocommerce.com/downloads/assets/1.7.0.0-rc1/magento-1.7.0.0-rc1.tar.gz"
break
;;
*)
echo -e "Invalid option, please try again.\n"
;;
Expand Down

0 comments on commit c18a0a9

Please sign in to comment.