Updating Amplia on Linux
To update your on-premises installation of Amplia, follow the steps below:
Important
These instructions assume you are logged in as root. If you are not, run sudo su -
before continuing!
curl -O https://cdn.lacunasoftware.com/amplia/amplia-4.8.0.tar.gz
systemctl stop amplia
rm -fR /usr/share/amplia/*
tar xzf amplia-4.8.0.tar.gz -C /usr/share/amplia
chmod -R a=,u+rwX,go+rX /usr/share/amplia
systemctl start amplia