Перезалив репозитория
This commit is contained in:
7
install/810-pgsql.sh
Executable file
7
install/810-pgsql.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
. "../src/01-common.sh" || exit 5
|
||||
title "Installing pgsql..."
|
||||
|
||||
apti postgresql postgresql-contrib
|
||||
sudo service postgresql restart
|
||||
installed php && apti php-pgsql
|
||||
Reference in New Issue
Block a user