We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opencode.ai
1 parent 042b6b7 commit 6661ff2Copy full SHA for 6661ff2
src/opencode.ai/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opencode.ai",
3
"id": "opencode.ai",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"description": "Install \"opencode\" binary",
6
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/opencode.ai",
7
"options": {
src/opencode.ai/install.sh
@@ -27,7 +27,7 @@ echo_banner() {
27
echo -e "\e[1m\e[97m\e[41m$text\e[0m"
28
}
29
install() {
30
- apt_get_checkinstall curl ca-certificates
+ apt_get_checkinstall curl ca-certificates unzip
31
su $_REMOTE_USER -c "curl -fsSL https://opencode.ai/install | bash"
32
apt_get_cleanup
33
0 commit comments