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.
2 parents 1d24131 + f82c181 commit 8f900b5Copy full SHA for 8f900b5
download-box.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
if [ ! -f box.phar ]; then
4
- 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
5
fi
0 commit comments