pgsql rework
This commit is contained in:
parent
7159850e83
commit
bf970f58cd
@ -1,16 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##makedesc: Install postgresql (latest) and php-pgsql (if php is installed)
|
##makedesc: Install postgresql (latest) and php-pgsql (if php is installed)
|
||||||
|
source `dirname $0`/../helpers || exit 255
|
||||||
|
|
||||||
echo
|
title
|
||||||
echo "==============================================="
|
|
||||||
echo "Installing postgresql (latest)..."
|
|
||||||
echo "==============================================="
|
|
||||||
echo
|
|
||||||
|
|
||||||
installed() {
|
require postgresql postgresql-contrib && \
|
||||||
command -v "$1" >/dev/null 2>&1
|
sudo service postgresql restart && \
|
||||||
|
{
|
||||||
|
echo
|
||||||
|
success "openvpn installed!"
|
||||||
|
postgres --version
|
||||||
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
sudo apt install -y --autoremove postgresql postgresql-contrib
|
|
||||||
sudo service postgresql restart
|
|
||||||
installed 'php' && sudo apt install -y --autoremove php-pgsql
|
|
||||||
|
Loading…
Reference in New Issue
Block a user