Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Dec 6, 2023
1 parent 050d5bd commit a8ea546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cargo-bin/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cargo Install",
"id": "cargo-bin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Installs binary crates",
"options": {
"crates": {
Expand Down
4 changes: 3 additions & 1 deletion src/cargo-bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

set -eax

cargo install ${CRATES:?}
sudo -E -u $_REMOTE_USER zsh <<EOF
cargo install ${CRATES:?}
EOF

0 comments on commit a8ea546

Please sign in to comment.