init: workspace opencode sync

This commit is contained in:
2026-08-15 00:28:08 +07:00
commit 2451170708
122 changed files with 10549 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
apk add --no-cache php81-curl 2>&1 | tail -6
echo "=== recheck ==="
php -r 'var_dump(function_exists("curl_init"));'