diff --git a/nextcloud/nextcloud-install.sh b/nextcloud/nextcloud-install.sh index 96874c9..56b549f 100644 --- a/nextcloud/nextcloud-install.sh +++ b/nextcloud/nextcloud-install.sh @@ -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