From 94ab74ee6a41f78342195ee7234a83435bac2772 Mon Sep 17 00:00:00 2001 From: Yuchan Lee Date: Sun, 29 Sep 2024 21:19:48 +0900 Subject: [PATCH] chore(devcontainer): Remove redundant package Signed-off-by: Yuchan Lee --- .devcontainer/onCreateCommand.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/onCreateCommand.sh b/.devcontainer/onCreateCommand.sh index 9f29b5b..f42ac24 100755 --- a/.devcontainer/onCreateCommand.sh +++ b/.devcontainer/onCreateCommand.sh @@ -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"