2020-06-08 23:26:13 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-07-22 08:05:30 +00:00
|
|
|
# Works for Mac and Linux
|
2020-06-08 23:26:13 +00:00
|
|
|
|
2020-07-22 08:05:30 +00:00
|
|
|
# Postgres will install to ~/.local/opt/postgres/
|
|
|
|
# Database will be initialized at ~/.local/share/postgres/var/
|
|
|
|
# Username and Password will print tothe screen
|
2020-06-08 23:26:13 +00:00
|
|
|
|
2020-07-22 08:05:30 +00:00
|
|
|
curl -fsS https://webinstall.dev/postgres | bash
|