diff --git a/bin/setup-runtime b/bin/setup-runtime index 4ae41b7c..b02e3177 100755 --- a/bin/setup-runtime +++ b/bin/setup-runtime @@ -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