Can Opencode be pre-installed on sprites?

I am extremely hyped about fly.io sprites. I saw these tools come pre-installed
AI/CLI Tools: Claude CLI, Gemini CLI, OpenAI Codex, Cursor
But not OpenCode, the agent that works with all of my LLM providers and credits. I really want this added. Just leaving the feedback here

You could have a Bash script on a public endpoint (e.g. https://example.com/install.sh) and then you only need run curl https://example.com/install.sh | bash when you start up a new sprite.

this seems to be the case already: curl -fsSL https://opencode.ai/install | bash