Skip to content

Commit

Permalink
Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua committed Mar 24, 2024
1 parent 2a1013a commit fc27770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
}
},

// Use 'onCreateCommand' to run commands when the container is first created.
"onCreateCommand": "curl https://sh.rustup.rs -sSf | sh -s -- -y && sudo apt-get update && sudo apt install pkg-config libudev-dev -y",

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "cargo install aftman && aftman self-install && aftman install --no-trust-check && export PATH='~/.aftman/bin:'$PATH && wally install",
"postCreateCommand": ". $HOME/.cargo/env && cargo install aftman && aftman self-install && aftman install --no-trust-check && export PATH='~/.aftman/bin:'$PATH",

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit fc27770

Please sign in to comment.