Update nextcloud-install.sh - change postgres version 13 > 15

This commit is contained in:
tschettervictor
2024-09-30 11:31:23 -06:00
committed by GitHub
parent 6c155505ee
commit 014f874bde

View File

@@ -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