Installer should check if unzip is present #2311

Open
opened 2026-02-16 17:35:05 -05:00 by yindo · 1 comment
Owner

Originally created by @d33tah on GitHub (Oct 28, 2025).

Originally assigned to: @thdxr on GitHub.

Description

root@9a84922339eb:~/.claude# curl -fsSL https://opencode.ai/install | bash
Downloading opencode version: 0.15.19 ...
######################################################################## 100.0%
main: line 97: unzip: command not found

The error message could be better, but in this particular case, opencode might have as well just installed it

OpenCode version

latest as of today

Steps to reproduce

root@9a84922339eb:~/.claude# curl -fsSL https://opencode.ai/install | bash
Downloading opencode version: 0.15.19 ...
######################################################################## 100.0%
main: line 97: unzip: command not found

Screenshot and/or share link

No response

Operating System

ubuntu 24.04

Terminal

konsole

Originally created by @d33tah on GitHub (Oct 28, 2025). Originally assigned to: @thdxr on GitHub. ### Description ``` root@9a84922339eb:~/.claude# curl -fsSL https://opencode.ai/install | bash Downloading opencode version: 0.15.19 ... ######################################################################## 100.0% main: line 97: unzip: command not found ``` The error message could be better, but in this particular case, opencode might have as well just installed it ### OpenCode version latest as of today ### Steps to reproduce root@9a84922339eb:~/.claude# curl -fsSL https://opencode.ai/install | bash Downloading opencode version: 0.15.19 ... ######################################################################## 100.0% main: line 97: unzip: command not found ### Screenshot and/or share link _No response_ ### Operating System ubuntu 24.04 ### Terminal konsole
yindo added the bug label 2026-02-16 17:35:05 -05:00
Author
Owner

@rekram1-node commented on GitHub (Oct 28, 2025):

We should probably package up tarballs and just use tar since it is posix

@rekram1-node commented on GitHub (Oct 28, 2025): We should probably package up tarballs and just use tar since it is posix
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2311