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:
parent
b254f5c4aa
commit
1acff0209f
1 changed files with 6 additions and 5 deletions
|
@ -57,11 +57,12 @@ ynh_app_setting_set $app with_enigma $with_enigma
|
|||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
|
||||
# jessie-backports is needed for php-net-ldap3
|
||||
if [ "$(lsb_release --codename --short)" = "jessie" ]; then
|
||||
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
|
||||
}
|
||||
fi
|
||||
|
||||
ynh_install_app_dependencies "$pkg_dependencies"
|
||||
|
||||
|
|
Loading…
Reference in a new issue