1,575
edits
Changes
→How to Update to the latest version
#Visit https://github.com/UniversalMediaServer/UniversalMediaServer/releases to find the latest version
#Navigate to the installation folder by running <pre>cd /opt</pre>
#Download the latest tarball by running something like <pre>sudo wget https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/910.0.0/UMS-910.0.0-arm64.tgz</pre> MAKE SURE YOU CHANGE THE ABOVE LINE TO THE CORRECT VERSION
#Unpack the tarball by running <pre>sudo tar -xvzf UMS-*.tgz</pre>
#Stop the ums service by running <pre>sudo systemctl stop ums</pre>
#Update the "ums" symlink by running <pre>sudo ln -sfn /opt/ums-910.0.0/ ums</pre> MAKE SURE YOU CHANGE THE ABOVE LINE TO THE CORRECT VERSION
#Remove the downloaded tarball by running <pre>sudo rm UMS-*.tgz</pre>
#Start the ums service by running <pre>sudo systemctl start ums</pre>
#Once you're satisfied that your new version works you can, optionally, remove the old version by running something like <pre>sudo rm -r ums-9.0.0</pre>
=References=