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

[fix] stretch

This commit is contained in:
root 2018-04-25 13:53:38 +02:00
parent c1e920027f
commit 5f93c305af

View file

@ -61,12 +61,6 @@ path_url=$(ynh_normalize_url_path $path_url)
# INSTALL DEPENDENCIES
#=================================================
# jessie-backports is needed for php-net-ldap3
grep -q -R 'jessie-backports' /etc/apt/sources.list{,.d} || {
echo "deb http://httpredir.debian.org/debian jessie-backports main" \
| tee -a /etc/apt/sources.list.d/backports.list >/dev/null
}
ynh_install_app_dependencies "$pkg_dependencies"
#=================================================