Skip to content

MacOS XΒ #11

@netgrok

Description

@netgrok

On MacOS/BSD sed has a slightly different syntax that breaks the script.

To fix this:

brew install gnu-sed
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"

and then run the script.

This will use gsed, the gnu version of sed for the install which runs through as it has standard sed command line parameters

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions