mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
V19 improvments
This commit is contained in:
parent
f086ccc14c
commit
76c69d2fd8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user