Skip to content

Instantly share code, notes, and snippets.

@dccampbell
Last active October 17, 2017 18:50
Show Gist options
  • Save dccampbell/72f58f25b973dc4cb14f to your computer and use it in GitHub Desktop.
Save dccampbell/72f58f25b973dc4cb14f to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -pv ./.n98-magerun/modules/ && cd ./.n98-magerun/modules/
git clone --depth=1 https://github.com/kalenjordan/magerun-addons && mv magerun-addons kj-magerun-addons
git clone --depth=1 https://github.com/peterjaap/magerun-addons && mv magerun-addons pj-magerun-addons
git clone --depth=1 https://github.com/creatuity/magerun-creatuity
git clone --depth=1 https://github.com/aoepeople/mpmd
git clone --depth=1 https://github.com/philwinkle/unhack-core
git clone --depth=1 https://github.com/aleron75/Webgriffe_Golive
git clone --depth=1 https://github.com/magento-hackathon/EAVCleaner
git clone --depth=1 https://github.com/KamilBalwierz/sxmlsv #PHP 5.4
git clone --depth=1 https://github.com/steverobbins/magescan #PHP 5.5
find ./.n98-magerun/ -maxdepth 4 -type f -name 'composer.json' -execdir composer update \;