5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/sh
|
|
apk add --no-cache php81-curl 2>&1 | tail -6
|
|
echo "=== recheck ==="
|
|
php -r 'var_dump(function_exists("curl_init"));'
|