1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Enable apcu cli, required for nextcloud install

This commit is contained in:
downtownallday 2022-06-05 20:21:15 -04:00
parent 6dbab427f9
commit f1b904acc6

View File

@ -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 <<EOF
apc.enable_cli=1
EOF
# ### Configuring Nextcloud
# Setup Nextcloud if the Nextcloud database does not yet exist. Running setup when