caisse-bliss/vendor/doctrine/migrations/download-box.sh

6 lines
141 B
Bash
Raw Normal View History

2023-06-19 12:13:30 +02:00
#!/usr/bin/env bash
if [ ! -f box.phar ]; then
wget https://github.com/box-project/box/releases/download/3.16.0/box.phar -O box.phar
fi