1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge pull request #116 from YunoHost-Apps/fix_stretch_dependencies

Fix Debian Stretch dependencies (fixes #112)
This commit is contained in:
JimboJoe 2018-05-20 10:02:40 +02:00 committed by GitHub
commit ad524500cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
pkg_dependencies="php5-gd php5-json php5-intl php5-mcrypt php5-curl php5-apcu php5-redis php5-ldap php5-imagick imagemagick acl tar smbclient"
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
pkg_dependencies="$pkg_dependencies php-zip"
pkg_dependencies="$pkg_dependencies php-zip php-apcu php-mbstring php-xml"
fi
#=================================================
@ -141,7 +141,7 @@ ynh_handle_app_migration () {
fi
#=================================================
# CHECK IF IT HAS TO MIGRATE
# CHECK IF IT HAS TO MIGRATE
#=================================================
migration_process=0
@ -211,7 +211,7 @@ ynh_handle_app_migration () {
new_label=$(echo $new_app_id | cut -c1 | tr [:lower:] [:upper:])$(echo $new_app_id | cut -c2-)
ynh_app_setting_set $new_app label $new_label
fi
#=================================================
# MOVE FILES TO THE NEW DESTINATION
#=================================================