From time to time, Adi the owner of the Tetra branch of SVXLINK releases updates to the code.

To ensure you’re getting the best experience with Tetra, be sure to up date your software when new releases are available.

You can find the SVXLink source files here on Github: GitHub – dl1hrc/svxlink at tetra-contrib

To update:

Run the following on your SVXLINK node:

sudo systemctl stop svxlink
cd /home/pi/svxlink/src/build
sudo git pull
sudo make install
sudo systemctl start svxlink