Skip to content

Commit 5e9632f

Browse files
authored
Merge pull request #32 from policygenius/add-brew-link-for-postgresql
Add brew link for postgresql
2 parents b1159ab + dc3fbed commit 5e9632f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mac.sh

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ install_elasticsearch() {
200200

201201
install_postgresql() {
202202
brew_install_or_upgrade '[email protected]'
203+
brew link [email protected] --force
203204
brew_launchctl_restart 'postgresql'
204205
if [ `psql -U postgres -c "select 1" &> /dev/null` ]; then
205206
/usr/local/bin/createuser -U `whoami` --superuser postgres

0 commit comments

Comments
 (0)