tao-test/app/vendor/doctrine/migrations/download-box.sh

6 lines
135 B
Bash
Raw Normal View History

2022-08-29 20:14:13 +02:00
#!/usr/bin/env bash
if [ ! -f box.phar ]; then
wget https://github.com/humbug/box/releases/download/3.1.0/box.phar -O box.phar
fi