Skip to content

Commit

Permalink
Adds noninteractive for seamless installation of homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed May 24, 2024
1 parent 3b12604 commit 8341b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git config --global --add safe.directory /workspaces/learning-sync-and-transcode
apt-get update
apt-get install -y build-essential procps file git gcc

export NONINTERACTIVE=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
Expand Down

0 comments on commit 8341b48

Please sign in to comment.