Skip to content

Instantly share code, notes, and snippets.

@piotrekkaminski
Last active August 8, 2023 08:38
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save piotrekkaminski/9bc45ec84028611d621e to your computer and use it in GitHub Desktop.
Save piotrekkaminski/9bc45ec84028611d621e to your computer and use it in GitHub Desktop.
How to automatically download patches and release of Magento
1) First you need to generate download token. Login to your account on magento.com and generate it in Account Settings->Downloads Access Token
2) You will need your MAGEID as well. It is shown at the top-left in your account page.
3) curl -k https://MAGEID:TOKEN@www.magentocommerce.com/products/downloads/info/help
4) Profit!
@kassner
Copy link

kassner commented Feb 2, 2017

@piotrekkaminski

As stated here, all 1.9.2.4 sample data files are corrupted. How can we obtain them? Downloading from the Magento website gives me the same file as the API (same MD5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment