Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save ryaan-anthony/380666de57980c9d3be9 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/380666de57980c9d3be9 to your computer and use it in GitHub Desktop.
Patch 5344 Magento CE & EE

Login as account via SSH

...

5344 Patch - Community 1.7.x

cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/4f0a7b83fbc31a97f74c/raw/76b551fd9f70fb24b6c70368d105b85bef93feb3/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh

5344 Patch - Community 1.8.x - 1.9.x

cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/11c94bdcc2f34868fa18/raw/03faf4977a5277e15f5b0c81c5fa3598bfa05666/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh

5344 Patch - Enterprise 1.14.1.0

cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/f2eeeec5e38849d03695/raw/9cb6f41f835fce3d8360f419ac9abe396cd63fd6/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh

5344 Patch - PRO Edition

cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/db96e017ed491ea3f08e/raw/baa0c3bd1c48fda2f816106b0fff19ac71fb50b1/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh

That's it!

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