update 280 B

123456789
  1. #!/bin/bash
  2. mkdir -p tmpupdate
  3. cd tmpupdate
  4. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template|bash -s - magento-2
  5. rm -rf .git
  6. rsync -av ./ ../
  7. cd ..
  8. rm -rf tmpupdate
  9. echo "docker-magento has been updated, run bin/restart to apply the updates"