my-env/install/810-pgsql.sh

8 lines
174 B
Bash
Executable File

#!/bin/bash
. "../src/01-common.sh" || exit 5
title "Installing pgsql..."
apti postgresql postgresql-contrib
sudo service postgresql restart
installed php && apti php-pgsql