Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Fix getting started guide for macOS around homebrew install #30037

Closed
cvinayak opened this issue Nov 16, 2020 · 1 comment · Fixed by #31933
Closed

Documentation: Fix getting started guide for macOS around homebrew install #30037

cvinayak opened this issue Nov 16, 2020 · 1 comment · Fixed by #31933
Assignees
Labels
area: Documentation bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@cvinayak
Copy link
Contributor

Describe the bug
The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash.

To Reproduce
Follow the Getting started guide for macOS.

Expected behavior
Use latest commands to install dependencies

Impact
annoyance

Logs and console output

# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Environment (please complete the following information):

  • OS: MacOS Mag Sur Version 11.0.1
  • Toolchain: NA (yet)
  • Commit SHA or Version used: NA (yet)

Additional context
NA

@cvinayak cvinayak added the bug The issue is a bug, or the PR is fixing a bug label Nov 16, 2020
@carlescufi carlescufi self-assigned this Nov 16, 2020
@nashif nashif added the priority: low Low impact/importance bug label Nov 17, 2020
@github-actions
Copy link

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

@github-actions github-actions bot added the Stale label Jan 17, 2021
@cvinayak cvinayak removed the Stale label Jan 19, 2021
carlescufi added a commit to carlescufi/zephyr that referenced this issue Feb 3, 2021
Homebrew now uses bash instead of Ruby to install itself. Use the
recommended command instead of the old one.

Fixes zephyrproject-rtos#30037.

Signed-off-by: Carles Cufi <[email protected]>
nashif pushed a commit that referenced this issue Feb 3, 2021
Homebrew now uses bash instead of Ruby to install itself. Use the
recommended command instead of the old one.

Fixes #30037.

Signed-off-by: Carles Cufi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Documentation bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants