Hi,
First, thank you very much for creating this script. It works perfectly on my setup with little customisation required.
May I suggest to use the Team Kodi PPA for installing kodi? This is the instructions from kodi wiki.
https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux
The difference is that the kodi version is latest release (20.1 currently) with Team Kodi PPA as compared to older release (19.4 currently) in the ubuntu repositories.
# only if you have install kodi from ubuntu repositories previously
apt purge kodi\*
apt install software-properties-common
add-apt-repository -y ppa:team-xbmc/ppa
apt install kodi
Hi,
First, thank you very much for creating this script. It works perfectly on my setup with little customisation required.
May I suggest to use the Team Kodi PPA for installing kodi? This is the instructions from kodi wiki.
https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux
The difference is that the kodi version is latest release (20.1 currently) with Team Kodi PPA as compared to older release (19.4 currently) in the ubuntu repositories.