mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
fix: setup-runtime portability
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user