mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
fix: setup-runtime portability
This commit is contained in:
parent
7fb27c0c29
commit
a8924ac4fe
@ -52,7 +52,7 @@ china)
|
|||||||
|
|
||||||
esac
|
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
|
apk add --no-cache curl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user