1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update upgrade

This commit is contained in:
frju365 2019-02-24 12:05:20 +01:00 committed by GitHub
parent 6110b91391
commit 23fb8bf7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,17 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================
# Install dependency to convert tracks to a readable format for the browser
#=================================================
if [ "$(lsb_release --codename --short)" != "jessie" ]
then
ynh_install_app_dependencies php-sqlite3
else
ynh_install_app_dependencies php5-sqlite
fi
#=================================================
# CHECK THE PATH
#=================================================