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

Use proper homebrew installation script #171

Open
MarkRx opened this issue Feb 14, 2024 · 0 comments
Open

Use proper homebrew installation script #171

MarkRx opened this issue Feb 14, 2024 · 0 comments

Comments

@MarkRx
Copy link

MarkRx commented Feb 14, 2024

The current script lays down a copy of the master from a [tarball|https://github.com/TheKevJames/puppet-homebrew/blob/master/manifests/install.pp#L106]. As a result brew cannot be updated since the .git configurtion is never setup.

brew update
Initialized empty Git repository in /opt/homebrew/.git/
fatal: not in a git directory

Instead the non-interactive installation should be used:

NONINTERACTIVE=1 /bin/bash -c \
   "$(curl -fsSL \
      https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant