Update to box 4.4.0

This commit is contained in:
Grégoire Paris
2023-10-15 22:19:20 +02:00
parent 1d2413134d
commit f82c18189d

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ ! -f box.phar ]; then
wget https://github.com/box-project/box/releases/download/4.3.7/box.phar -O box.phar
wget https://github.com/box-project/box/releases/download/4.4.0/box.phar -O box.phar
fi