mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Missing package xserver-xorg-legacy on debian
This commit is contained in:
parent
1bdc7d5e83
commit
9b70710c31
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,10 @@ if [[ $arch != arm* ]]; then
|
|||
sudo cp ../conf/kodi.list /etc/apt/sources.list.d/${app}.list
|
||||
fi
|
||||
ynh_package_update
|
||||
ynh_package_install xserver-xorg-legacy xorg dbus-x11 kodi
|
||||
if [[ $arch == arm* ]]; then
|
||||
ynh_package_install xserver-xorg-legacy
|
||||
fi
|
||||
ynh_package_install xorg dbus-x11 kodi
|
||||
|
||||
#=================================================
|
||||
# X11 SETTINGS
|
||||
|
|
Loading…
Reference in a new issue