[% extension = installerFile.match('\.(rpm|deb)$'); IF extension; distro = extension.0; END; %]
On some Linux distributions we provide an automatic download of Logitech Media Server update installers. These currently are available for .rpm and .deb based systems.
[% IF distro == 'deb' %]
Your Logitech Media Server has downloaded the latest installer to the following location:
[% installerFile %][% END %]
Please execute the following steps to bring your Logitech Media Server installation up to date:
sudo [% distro == 'rpm' ? 'rpm -Uvh' : 'apt install' %] [% installerFile %]
sudo dpkg -i [% installerFile %]