1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00

dependencies

This commit is contained in:
Gredin 67 2021-01-23 22:37:16 +01:00
parent a37a1f046c
commit 0b9bdce961

View file

@ -76,16 +76,12 @@ fi
#================================================= #=================================================
# INSTALL DEPENDENCIES AND KODI # INSTALL DEPENDENCIES AND KODI
#================================================= #=================================================
dependencies=""
if [[ $arch != arm* ]]; then if [[ $arch != arm* ]]; then
dependencies = "xorg xinit dbus-x11 kodi" ynh_install_app_dependencies "xorg xinit dbus-x11 kodi"
else else
dependencies = "xserver-xorg-legacy xorg dbus-x11 kodi" ynh_install_app_dependencies "xserver-xorg-legacy xorg dbus-x11 kodi"
fi fi
ynh_package_update
ynh_install_app_dependencies "$dependencies"
#================================================= #=================================================
# X11 SETTINGS # X11 SETTINGS
#================================================= #=================================================