Skip to content

Commit

Permalink
chore(devcontainer): Remove redundant package
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchan Lee <lasuillard@gmail.com>
  • Loading branch information
lasuillard authored Sep 29, 2024
1 parent 4299151 commit 94ab74e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --d
&& echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/${ARCH} stable main" | sudo tee /etc/apt/sources.list.d/1password.list

sudo apt-get update && sudo apt-get install -y \
1password-cli \
bash-completion
1password-cli

curl -fsSL "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(rustc -vV | sed -n 's|host: ||p').tgz" \
| tar --extract --gzip --directory "${CARGO_HOME}/bin"
Expand Down

0 comments on commit 94ab74e

Please sign in to comment.