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

Fix bozon-ynh-deps for stretch

This commit is contained in:
ewilly 2018-06-18 22:50:50 +02:00
parent 8b796dd181
commit d617d4c899

View file

@ -3,9 +3,10 @@
#
# Package dependencies
PKG_DEPENDENCIES="php5-curl php5-gd"
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
PKG_DEPENDENCIES="$PKG_DEPENDENCIES php-zip"
PKG_DEPENDENCIES="$PKG_DEPENDENCIES php-zip php-curl php-gd"
else
PKG_DEPENDENCIES="$PKG_DEPENDENCIES php5-curl php5-gd"
fi
# Check if directory/file already exists (path in argument)