Skip to content

Commit

Permalink
fix: Update package installation command in postCreateCommand.sh
Browse files Browse the repository at this point in the history
Otherwise the user gets a prompt to answer Yes in the terminal. May block forever
  • Loading branch information
graugans committed May 14, 2024
1 parent 603ed91 commit 141c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# install missing packages
sudo apt-get update &&
sudo apt-get install git-lfs \
sudo apt-get install -q -y git-lfs \
python3-pip \
python3-venv \
shfmt \
Expand Down

0 comments on commit 141c0c0

Please sign in to comment.