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