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

[fix] Stretch

This commit is contained in:
frju365 2018-05-20 14:02:31 +02:00 committed by GitHub
parent 03b0142ec8
commit 21aa5d4546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,12 @@ ynh_app_setting_set $app is_public $is_public
# Install dependency to convert tracks to a readable format for the browser
#=================================================
ynh_install_app_dependencies php5-sqlite
if [ "$(lsb_release --codename --short)" != "jessie" ]
then
ynh_install_app_dependencies php7.0-sqlite3
else
ynh_install_app_dependencies php5-sqlite
fi
#=================================================
# CREATE DEDICATED USER