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:
parent
03b0142ec8
commit
21aa5d4546
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue