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

Fix repository error

W: The repository 'http://http.debian.net/debian jessie-backports Release' does not have a Release file.
This commit is contained in:
yalh76 2019-07-01 21:10:00 +02:00
parent 28f535a386
commit b654068e67
3 changed files with 0 additions and 6 deletions

View file

@ -1,4 +0,0 @@
# kodi repos
# starting with debian jessie, debian provides kodi via its backports repository
# remember: those packages are not supported by team kodi
deb http://http.debian.net/debian jessie-backports main

View file

@ -78,7 +78,6 @@ fi
# INSTALL DEPENDENCIES AND KODI
#=================================================
if [[ $arch != arm* ]]; then
sudo cp ../conf/kodi.list "/etc/apt/sources.list.d/${app}.list"
ynh_package_update
ynh_package_install xorg xinit dbus-x11 kodi
else

View file

@ -79,7 +79,6 @@ ynh_add_systemd_config
# INSTALL DEPENDENCIES AND KODI
#=================================================
if [[ "$arch" != arm* ]]; then
sudo cp ../conf/kodi.list "/etc/apt/sources.list.d/${app}.list"
ynh_package_update
ynh_package_install xorg xinit dbus-x11 kodi
else