mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
hide warning
This commit is contained in:
parent
e7e0ac006f
commit
3d9a3194b2
@ -52,7 +52,9 @@ china)
|
||||
|
||||
esac
|
||||
|
||||
apk add --no-cache curl || true
|
||||
if ! command -v curl &> /dev/null && command -v apk &> /dev/null; then
|
||||
apk add --no-cache curl
|
||||
fi
|
||||
|
||||
test -d "${__PROJECT__}"/downloads || mkdir "${__PROJECT__}"/downloads
|
||||
# download static php binary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user