From 3099f14ecb522ec59aeca2b2e1ed5cef50d6b768 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:52:50 -0700 Subject: [PATCH] nextcloud: update php,mariadb,postgres --- nextcloud/nextcloud-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextcloud/nextcloud-install.sh b/nextcloud/nextcloud-install.sh index 48d4f89..c9f2366 100644 --- a/nextcloud/nextcloud-install.sh +++ b/nextcloud/nextcloud-install.sh @@ -2,7 +2,7 @@ # Install Nextcloud APP_NAME="Nextcloud" -APP_VERSION="30" +APP_VERSION="32" ADMIN_PASSWORD=$(openssl rand -base64 12) MX_WINDOW="5" DB_TYPE="MariaDB" @@ -20,9 +20,9 @@ CERT_EMAIL="" COUNTRY_CODE="" HOST_NAME="" TIME_ZONE="" -PHP_VERSION="83" -MARIADB_VERSION="106" -PG_VERSION="16" +PHP_VERSION="84" +MARIADB_VERSION="118" +PG_VERSION="17" # Check for Root Privileges if ! [ $(id -u) = 0 ]; then