init: workspace opencode sync
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
php -r 'var_dump(function_exists("curl_init"));'
|
||||
echo "=== install ==="
|
||||
apk add --no-cache php81-curl 2>&1 | tail -6
|
||||
echo "=== recheck ==="
|
||||
php -r 'var_dump(function_exists("curl_init"));'
|
||||
Reference in New Issue
Block a user