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

Fix ZipArchive

This commit is contained in:
ewilly 2018-03-23 18:16:12 +01:00
parent 03e787291b
commit 8951f8d577

View file

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