We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe45710 commit 7d9dafcCopy full SHA for 7d9dafc
docker-images/installer/bin/install.sh
@@ -101,7 +101,7 @@ cp -v /etc/local.xml /var/www/html/web/app/etc/local.xml
101
cp -v /etc/fpc.xml /var/www/html/web/app/etc/fpc.xml
102
103
echo "Installing Sample Data: Media"
104
-curl -s -L https://www.dropbox.com/s/zhwht0r4u44q41q/magento-sample-data-1.9.1.0.tar.gz?dl=1 | tar xz -C /tmp
+curl -s -L https://raw.githubusercontent.com/Vinai/compressed-magento-sample-data/1.9.1.0/compressed-no-mp3-magento-sample-data-1.9.1.0.tgz | tar xz -C /tmp
105
cp -av /tmp/magento-sample-data-*/* $MAGENTO_ROOT
106
rm -rf /tmp/magento-sample-data-*
107
0 commit comments