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

Update install

This commit is contained in:
frju365 2018-07-13 01:34:04 +02:00 committed by GitHub
parent d74ed44333
commit 058e2d9d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ ynh_app_setting_set $app is_public $is_public
if [ "$(lsb_release --codename --short)" != "jessie" ]
then
ynh_install_app_dependencies php7.0-sqlite3
ynh_install_app_dependencies php-sqlite3
else
ynh_install_app_dependencies php5-sqlite
fi