mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Enable apcu cli, required for nextcloud install
This commit is contained in:
parent
6dbab427f9
commit
f1b904acc6
@ -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
|
InstallNextcloud $nextcloud_ver $nextcloud_hash $contacts_ver $contacts_hash $calendar_ver $calendar_hash $user_external_ver $user_external_hash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ### Configure apcu
|
||||||
|
cat > /etc/php/8.1/cli/conf.d/20-miab.ini <<EOF
|
||||||
|
apc.enable_cli=1
|
||||||
|
EOF
|
||||||
|
|
||||||
# ### Configuring Nextcloud
|
# ### Configuring Nextcloud
|
||||||
|
|
||||||
# Setup Nextcloud if the Nextcloud database does not yet exist. Running setup when
|
# Setup Nextcloud if the Nextcloud database does not yet exist. Running setup when
|
||||||
|
Loading…
Reference in New Issue
Block a user