Skip to content

Use proper homebrew installation script #171

@MarkRx

Description

@MarkRx

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)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions