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.
- package/init.js +1 -1
- 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
|
|
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...");
|