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:
parent
a37a1f046c
commit
0b9bdce961
1 changed files with 2 additions and 6 deletions
|
@ -76,16 +76,12 @@ fi
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES AND KODI
|
||||
#=================================================
|
||||
dependencies=""
|
||||
if [[ $arch != arm* ]]; then
|
||||
dependencies = "xorg xinit dbus-x11 kodi"
|
||||
ynh_install_app_dependencies "xorg xinit dbus-x11 kodi"
|
||||
else
|
||||
dependencies = "xserver-xorg-legacy xorg dbus-x11 kodi"
|
||||
ynh_install_app_dependencies "xserver-xorg-legacy xorg dbus-x11 kodi"
|
||||
fi
|
||||
|
||||
ynh_package_update
|
||||
ynh_install_app_dependencies "$dependencies"
|
||||
|
||||
#=================================================
|
||||
# X11 SETTINGS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue