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 2
This commit is contained in:
parent
d617d4c899
commit
9cf9c46f94
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
# Package dependencies
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
PKG_DEPENDENCIES="$PKG_DEPENDENCIES php-zip php-curl php-gd"
|
||||
PKG_DEPENDENCIES="php-zip php-curl php-gd"
|
||||
else
|
||||
PKG_DEPENDENCIES="$PKG_DEPENDENCIES php5-curl php5-gd"
|
||||
PKG_DEPENDENCIES="php5-curl php5-gd"
|
||||
fi
|
||||
|
||||
# Check if directory/file already exists (path in argument)
|
||||
|
|
Loading…
Reference in a new issue