mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix: setup-runtime portability
This commit is contained in:
parent
7fb27c0c29
commit
a8924ac4fe
@ -52,7 +52,7 @@ china)
|
||||
|
||||
esac
|
||||
|
||||
if ! command -v curl &> /dev/null && command -v apk &> /dev/null; then
|
||||
if ! command -v curl > /dev/null && command -v apk > /dev/null; then
|
||||
apk add --no-cache curl
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user