Skip to content

fix macOS group detection in install.sh#619

Merged
axllent merged 1 commit intoaxllent:developfrom
BTC-Tim:fix-macos-install-group
Jan 15, 2026
Merged

fix macOS group detection in install.sh#619
axllent merged 1 commit intoaxllent:developfrom
BTC-Tim:fix-macos-install-group

Conversation

@BTC-Tim
Copy link
Contributor

@BTC-Tim BTC-Tim commented Jan 15, 2026

This fixes #618.

On macOS:
◦ Ran the installer via sudo sh install.sh:
▪ Previously: failed with chown: root: illegal group name.
▪ Now: completes successfully, binary installed to /usr/local/bin/mailpit.

From the repo:
◦ go test ./... (all tests pass, some packages have no test files which is expected).

@axllent axllent merged commit d50347d into axllent:develop Jan 15, 2026
@axllent
Copy link
Owner

axllent commented Jan 15, 2026

Thank you, this appears to have been a result of human error. I appreciate the PR!

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

Successfully merging this pull request may close these issues.

macOS install script uses invalid group root instead of wheel leading to chown: root: illegal group name

2 participants