Skip to content

Commit 6661ff2

Browse files
committed
fix(opencode.ai): Run as root.
1 parent 042b6b7 commit 6661ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/opencode.ai/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencode.ai",
33
"id": "opencode.ai",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Install \"opencode\" binary",
66
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/opencode.ai",
77
"options": {

src/opencode.ai/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo_banner() {
2727
echo -e "\e[1m\e[97m\e[41m$text\e[0m"
2828
}
2929
install() {
30-
apt_get_checkinstall curl ca-certificates
30+
apt_get_checkinstall curl ca-certificates unzip
3131
su $_REMOTE_USER -c "curl -fsSL https://opencode.ai/install | bash"
3232
apt_get_cleanup
3333
}

0 commit comments

Comments
 (0)