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