Skip to content

Commit 584fda3

Browse files
authored
Update postCreateCommand for Aztec installation
1 parent ace0e9d commit 584fda3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"dockerfile": "Dockerfile"
55
},
66
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
7-
"postCreateCommand": "yarn && VERSION=4.0.0-nightly.20260204 bash -i <(curl -sL https://install.aztec.network/4.0.0-nightly.20260204) | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
8-
"customizations": {
7+
"postCreateCommand": "yarn && curl -fsSL https://install.aztec.network/4.0.0-nightly.20260204 | VERSION=4.0.0-nightly.20260204 NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s", "customizations": {
98
// Configure properties specific to VS Code.
109
"vscode": {
1110
// Set *default* container specific settings.json values on container create.

0 commit comments

Comments
 (0)