forked from norman/fusionpbx-install.sh-github-mirror
Update postgres.sh
This commit is contained in:
7
debian/resources/postgres.sh
vendored
7
debian/resources/postgres.sh
vendored
@@ -5,6 +5,8 @@ cd "$(dirname "$0")"
|
|||||||
|
|
||||||
#includes
|
#includes
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
|
. ./colors.sh
|
||||||
|
. ./environment.sh
|
||||||
|
|
||||||
#send a message
|
#send a message
|
||||||
echo "Install PostgreSQL"
|
echo "Install PostgreSQL"
|
||||||
@@ -15,6 +17,11 @@ password=$(dd if=/dev/urandom bs=1 count=20 2>/dev/null | base64)
|
|||||||
#install message
|
#install message
|
||||||
echo "Install PostgreSQL and create the database and users\n"
|
echo "Install PostgreSQL and create the database and users\n"
|
||||||
|
|
||||||
|
#use the system database repo for arm
|
||||||
|
if [ .$cpu_architecture = .'arm' ]; then
|
||||||
|
database_repo="system"
|
||||||
|
fi
|
||||||
|
|
||||||
#included in the distribution
|
#included in the distribution
|
||||||
if [ ."$database_repo" = ."system" ]; then
|
if [ ."$database_repo" = ."system" ]; then
|
||||||
apt-get install -y --force-yes sudo postgresql
|
apt-get install -y --force-yes sudo postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user