Skip to content

Commit 033def4

Browse files
authored
Install basic tools by homebrew
1 parent 8815bc1 commit 033def4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/first-run-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ if [ "$platform" = "Darwin" ]; then
172172
echo "The brew shellenv is already configured in $config_file. Skipping..."
173173
fi
174174

175+
# Install basic tools
176+
brew install wget
177+
175178
# Restore softwares from brewfile
176179
if [ "$restore_homebrew" = "true" ]; then
177180
echo "Restoring softwares from Brewfile..."

0 commit comments

Comments
 (0)