Updating Petio
We believe these instructions should be pretty OS agnostic, but if you notice any mistakes that need to be corrected, please reach out on Discord!
Stop the Petio service.
sudo systemctl stop petioDownload the latest version of Petio.
sudo wget https://petio.tv/releases/latest -O petio-latest.zipExtract to petio folder.
sudo unzip petio-latest.zip -d /opt/PetioStart Petio service.
sudo systemctl start petioRemove the file you downloaded so you are ready for a new update later on.
sudo rm petio-latest.zip
Last updated