From 76c69d2fd84ec73618363cae3cb63070b88a10d0 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 21 May 2020 11:16:44 +0200 Subject: [PATCH] V19 improvments --- nextcloud_install_production.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index ec9f41be..04633748 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -261,6 +261,7 @@ check_command apt install -y \ php"$PHPVER"-json \ php"$PHPVER"-gmp \ php"$PHPVER"-bz2 \ + php"$PHPVER"-bcmath \ php-pear # php"$PHPVER"-imagick \ # libmagickcore-6.q16-3-extra @@ -501,6 +502,7 @@ fi print_text_in_color "$ICyan" "Optimizing Nextcloud..." yes | occ_command db:convert-filecache-bigint occ_command db:add-missing-indices +occ_command db:add-missing-columns # Install Figlet install_if_not figlet