From 5de40fc9b1188f0685dab4291dfd64fcb2629203 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sun, 26 Jun 2022 22:04:05 -0400 Subject: [PATCH] Fixes for upgrading nextcloud; update calendar and contacts version --- setup/nextcloud.sh | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 47a91680..8ad27ae7 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -41,10 +41,10 @@ nextcloud_hash=0d496eb0808c292502479e93cd37fe2daf95786a # https://github.com/nextcloud/user_external/blob/master/appinfo/info.xml # * The hash is the SHA1 hash of the ZIP package, which you can find by just running this script and # copying it from the error message when it doesn't match what is below. -contacts_ver=4.0.7 -contacts_hash=45e7cf4bfe99cd8d03625cf9e5a1bb2e90549136 -calendar_ver=3.0.4 -calendar_hash=d0284b68135777ec9ca713c307216165b294d0fe +contacts_ver=4.1.1 +contacts_hash=7508069a6d2b46d216df5333e3295c19151dcc50 +calendar_ver=3.4.0 +calendar_hash=8667c3b47012bfee5545daa30dcc68ef8d39d493 user_external_ver=v3.0.0 user_external_hash= @@ -57,6 +57,11 @@ apt_install curl php${PHP_VER} php${PHP_VER}-fpm \ php${PHP_VER}-dev php${PHP_VER}-gd php${PHP_VER}-xml php${PHP_VER}-mbstring php${PHP_VER}-zip php${PHP_VER}-apcu \ php${PHP_VER}-intl php${PHP_VER}-imagick php${PHP_VER}-gmp php${PHP_VER}-bcmath +# Configure apcu for cli use - required for occ use +cat > /etc/php/$PHP_VER/cli/conf.d/20-miab.ini < /etc/php/$PHP_VER/cli/conf.d/20-miab.ini <