Skip to content

Instantly share code, notes, and snippets.

@tkn98
Created November 4, 2015 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tkn98/51ae2afa7b1083f28fea to your computer and use it in GitHub Desktop.
Save tkn98/51ae2afa7b1083f28fea to your computer and use it in GitHub Desktop.
download job for not yet mirrored magento installs
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
wget https://github.com/OpenMage/magento-mirror/archive/1.9.1.1.zip
wget https://github.com/OpenMage/magento-mirror/archive/1.9.1.0.zip
wget https://github.com/OpenMage/magento-mirror/archive/1.9.0.1.zip
wget https://github.com/OpenMage/magento-mirror/archive/1.8.1.0.zip
wget https://github.com/OpenMage/magento-mirror/archive/1.8.0.0.zip
wget https://github.com/OpenMage/magento-mirror/archive/1.9.1.1.tar.gz
wget https://github.com/OpenMage/magento-mirror/archive/1.9.1.0.tar.gz
wget https://github.com/OpenMage/magento-mirror/archive/1.9.0.1.tar.gz
wget https://github.com/OpenMage/magento-mirror/archive/1.8.1.0.tar.gz
wget https://github.com/OpenMage/magento-mirror/archive/1.8.0.0.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment