Skip to content

Commit

Permalink
Update images/macos/scripts/build/configure-shell.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Cabrera <[email protected]>
  • Loading branch information
erik-bershel and carlocab authored Sep 21, 2024
1 parent b5f08c4 commit 7173d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/macos/scripts/build/configure-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sudo chsh -s /bin/bash root
if [[ $arch == "arm64" ]]; then
echo "Adding Homebrew environment to bash"
# Discussed here: https://github.com/Homebrew/brew/pull/18366
echo "eval $(/opt/homebrew/bin/brew shellenv)" >> ~/.bashrc
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bashrc
fi

0 comments on commit 7173d00

Please sign in to comment.