telebit/examples/postgres-install.sh

10 lines
251 B
Bash
Executable File

#!/bin/bash
# Works for Mac and Linux
# Postgres will install to ~/.local/opt/postgres/
# Database will be initialized at ~/.local/share/postgres/var/
# Username and Password will print tothe screen
curl -fsS https://webinstall.dev/postgres | bash