mirror of
https://github.com/therootcompany/telebit.git
synced 2025-02-13 08:28:13 +00:00
10 lines
251 B
Bash
Executable File
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
|