Methods of updating Mediaserver
The update is done manually from apt repositories:
<xxxx>-media-server for release versions
<xxxx>-media-server-stage for dev versions
To connect to apt repositories:
Step 1. Import the repository key
CODE
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E576056D7608405D3DA0B8AD4705F030075B890
Step 2. Add the repository to the source list and adjust authorization
CODE
echo "deb [arch=amd64] https://download.<xxxx>.io/repository/<xxxx> focal main" | sudo tee /etc/apt/sources.list.d/<xxxx>-media-server.list
echo "machine download.<xxxx>.io/repository login reader password reader1" | sudo tee /etc/apt/auth.conf.d/download.<xxxx>.io.conf