Created
July 9, 2024 01:21
-
-
Save sam0x17/0bf805a2e9c702ae32dcfd268ee0063a to your computer and use it in GitHub Desktop.
mac os postgresql setup 2024
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew update | |
brew upgrade | |
brew install postgresql | |
createuser -s postgres | |
brew services start postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment