mirror of
https://github.com/YunoHost-Apps/jeedom_ynh.git
synced 2024-09-03 19:26:26 +02:00
Fix dependencies for Buster
This commit is contained in:
parent
5cbc5aba28
commit
21c40e816f
4 changed files with 6 additions and 6 deletions
|
@ -15,10 +15,10 @@ apt-transport-https \
|
|||
xvfb cutycapt xauth \
|
||||
duplicity \
|
||||
at \
|
||||
php-curl php-gd php-imap php-xml php-opcache php-soap php-xmlrpc php-common php-dev php-zip php-ssh2 php-mbstring php-ldap"
|
||||
php-curl php-gd php-imap php-xml php-opcache php-soap php-xmlrpc php-common php-dev php-zip php-ssh2 php-mbstring php-ldap \
|
||||
ffmpeg"
|
||||
# ntp usb-modeswitch python-serial
|
||||
extra_pkg_dependencies="libav-tools|libavcodec-dev \
|
||||
libsox-fmt-mp3 sox libttspico-utils \
|
||||
extra_pkg_dependencies="libsox-fmt-mp3 sox libttspico-utils \
|
||||
espeak \
|
||||
mbrola \
|
||||
brltty \
|
||||
|
|
|
@ -65,7 +65,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
ynh_print_info --message="Installing extra dependencies ..."
|
||||
|
||||
lsb_name="$(lsb_release --codename --short)"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name non-free" --package="$extra_pkg_dependencies"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name contrib non-free" --package="$extra_pkg_dependencies"
|
||||
|
||||
#=================================================
|
||||
# CREATE A MYSQL DATABASE
|
||||
|
|
|
@ -93,7 +93,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
ynh_print_info --message="Reinstalling extra dependencies ..."
|
||||
|
||||
lsb_name="$(lsb_release --codename --short)"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name non-free" --package="$extra_pkg_dependencies"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name contrib non-free" --package="$extra_pkg_dependencies"
|
||||
|
||||
#=================================================
|
||||
# CONFIGURING RIGHTS
|
||||
|
|
|
@ -117,7 +117,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
ynh_print_info --message="Upgrading extra dependencies ..."
|
||||
|
||||
lsb_name="$(lsb_release --codename --short)"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name non-free" --package="$extra_pkg_dependencies"
|
||||
ynh_install_extra_app_dependencies --repo="deb http://deb.debian.org/debian $lsb_name contrib non-free" --package="$extra_pkg_dependencies"
|
||||
|
||||
#=================================================
|
||||
# PHP-FPM CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue