Question: `brew install` commands in install.sh
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 7.8k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Would you expect this to work? I'm a little unclear on the order of things and whether brew would be available at the time. My example is something like:
postgresql/install.sh
brew install postgresql; brew services start postgresql
Wasn't sure if there was a better technique for installing a bunch of brew things as part of install
Still digging these years later. Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with postgresql/install.sh and inspect how install scripts are ordered and whether the referenced brew commands fit that flow. Clarify whether the intended outcome is to install and start PostgreSQL or to support batches of Homebrew packages, then define a testable completion condition before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100