Ubuntu
Run the following commands to add the WildlifeSystems APT repository:
curl -fsSL https://apt.wildlife.systems/ws.gpg -o /tmp/ws.gpg
sudo install -m 0644 /tmp/ws.gpg /usr/share/keyrings/ws.gpg
cat <<'EOF' | sudo tee /etc/apt/sources.list.d/ws.sources > /dev/null
Types: deb
URIs: https://apt.wildlife.systems
Suites: stable
Components: main
Architectures: all arm64
Signed-By: /usr/share/keyrings/ws.gpg
EOF
sudo apt update