mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
add sqlite as dependency
This commit is contained in:
parent
8fcacc5e6b
commit
653f682c75
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||||
pkg_dependencies="php5-gd"
|
pkg_dependencies="php5-gd"
|
||||||
else
|
else
|
||||||
pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp"
|
pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp php-sqlite3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue