mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 18:35:35 +08:00
hide warning
This commit is contained in:
@@ -52,7 +52,9 @@ china)
|
|||||||
|
|
||||||
esac
|
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
|
test -d "${__PROJECT__}"/downloads || mkdir "${__PROJECT__}"/downloads
|
||||||
# download static php binary
|
# download static php binary
|
||||||
|
|||||||
Reference in New Issue
Block a user