1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
freshrss_ynh/scripts/_common.sh

24 lines
711 B
Bash
Raw Normal View History

2019-07-02 00:38:57 +02:00
#!/bin/bash
2016-08-30 22:42:56 +02:00
2019-07-02 00:38:57 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2016-08-30 22:42:56 +02:00
2018-09-23 15:10:36 +02:00
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
pkg_dependencies="php5-gd"
else
2019-11-06 22:20:54 +01:00
pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp php-sqlite3 php-curl php-intl php-xml"
2018-09-23 15:10:36 +02:00
fi
2019-07-02 00:38:57 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2016-08-30 22:42:56 +02:00
2019-07-02 00:38:57 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2017-03-05 17:17:14 +01:00
2019-07-02 00:38:57 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================