Skip to content

Instantly share code, notes, and snippets.

@sam0x17
Created July 9, 2024 01:21
Show Gist options
  • Save sam0x17/0bf805a2e9c702ae32dcfd268ee0063a to your computer and use it in GitHub Desktop.
Save sam0x17/0bf805a2e9c702ae32dcfd268ee0063a to your computer and use it in GitHub Desktop.
mac os postgresql setup 2024
#!/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