mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update install
Configure language settings via occ
This commit is contained in:
parent
7a5785e5e3
commit
80207df044
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ ynh_script_progression --message="Configuring $app..." --weight=8
|
|||
# Set the mysql.utf8mb4 config to true in config.php
|
||||
exec_occ config:system:set mysql.utf8mb4 --type boolean --value="true"
|
||||
|
||||
# Set default language in config.php
|
||||
exec_occ config:system:set default_language --value="$language"
|
||||
|
||||
# Set default phone region in config.php
|
||||
exec_occ config:system:set default_phone_region --value="$language"
|
||||
|
||||
# Ensure that UpdateNotification app is disabled
|
||||
exec_occ app:disable updatenotification
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue