mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-02 10:49:50 +01:00
Update nextcloud-install.sh - change postgres version 13 > 15
This commit is contained in:
@@ -22,7 +22,7 @@ HOST_NAME=""
|
||||
TIME_ZONE=""
|
||||
PHP_VERSION="83"
|
||||
MARIADB_VERSION="106"
|
||||
PG_VERSION="13"
|
||||
PG_VERSION="15"
|
||||
|
||||
# Check for Root Privileges
|
||||
if ! [ $(id -u) = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user