symphony-box 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/init.js +1 -1
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -100,7 +100,7 @@ export async function run_init(
100
100
 
101
101
  onStep("deps", `Box ${box.id} — installing system dependencies...`);
102
102
  await box.exec.command(
103
- "sudo apk add --no-cache git github-cli build-base perl bison ncurses-dev openssl-dev libssh-dev unixodbc-dev libxml2-dev",
103
+ "sudo apt-get update && sudo apt-get install -y build-essential bison libncurses-dev libssl-dev libssh-dev unixodbc-dev libxml2-dev",
104
104
  );
105
105
 
106
106
  onStep("codex", "Installing Codex...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symphony-box",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI to set up Symphony (OpenAI Codex orchestrator) on an Upstash Box for a GitHub repo",
5
5
  "type": "module",
6
6
  "bin": {