From f1b904acc65b61f34cd78587edbee28606f44f48 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sun, 5 Jun 2022 20:21:15 -0400 Subject: [PATCH] Enable apcu cli, required for nextcloud install --- setup/nextcloud.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 62292cdd..9cf9b923 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -204,6 +204,11 @@ if [ ! -d /usr/local/lib/owncloud/ ] || [[ ! ${CURRENT_NEXTCLOUD_VER} =~ ^$nextc InstallNextcloud $nextcloud_ver $nextcloud_hash $contacts_ver $contacts_hash $calendar_ver $calendar_hash $user_external_ver $user_external_hash fi +# ### Configure apcu +cat > /etc/php/8.1/cli/conf.d/20-miab.ini <