Hello,
I am using Ubuntu 26.04 and tried to install the Pritunl Client using the source installation method.
I ran: go install github.com/pritunl/pritunl-client/service@latest
However, I got the following compilation error:
go/pkg/mod/github.com/pritunl/pritunl-client/service@v0.0.0-20260609171426-509309f90379/connection/sync.go:102:10:
c.Data.SendSyncEvent undefined (type *Data has no field or method SendSyncEvent)
The CLI installation completed successfully, but the “service” binary was not generated. Is there any workaround for this issue?
Also, is there any estimated timeline for an official release compatible with Ubuntu 26.04?
Thank you.