Twingate update on ubuntu fails as apt repository link stale so apt update ignores

Hi,

I have twingate connectors installed on several servers (HP proliant running ubuntu jammy, focal) running direct as a systemd service.

Installation was a breeze, literally just paste curl command generated with tokens. Top marks.

Updating is a PITA. The apt repository links seem out of date so get ignored in an apt update. Some have updated. My admin console lists several needing update from 1.44 to 1.52.

I have manually reinstalled on a few machines but it’s tedious to ssh into each one and do. Haven’t taken time to investigate as it’s not a priority and someone on here must have had a similar issue and fixed.

Is there a simple fix/command/script I can ideally cut and paste and run to update without reinstalling.

Thanks for any help.

Welcome to the community!

I had a machine running an old version of the Connector and was able to run

sudo apt update && sudo apt install --only-upgrade twingate-connector

to bring the Connector up to the latest version. If you’ve tried that already, what issues have you ran into?

As for the repo, he current repo is https://packages.twingate.com/apt. Can you make sure that /etc/apt/sources.list.d/twingate.list has something like

deb [trusted=true] https://packages.twingate.com/apt/ /

as its contents?