Installation or pritunl on Debian 12 bookworm

Eventhough i found that bookworm builds are already offered at in stable (no server included there) and the unstable repo at http://repo.pritunl.com/unstable/apt

The unstable repo offers pritunl (the server), but does not offer pritunl-ndppd (which the former depends on) - so the installation fails.

Any hints on how to proceed with that or get this running?

Updates for all Pritunl software to include newer distributions should now be available in the unstable repository. Pritunl Client builds are being delayed waiting for the Windows EV certificate renewal. Ubuntu 23.04 has been excluded due to issues with reprepro. The Ubuntu 22.04 LTS builds should be used for Ubuntu 22.10 and Ubuntu 23.04.

Hello,

we are using Debian 12 with Ubuntu Jammy Repo. Works fine:

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A
gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A | sudo tee /etc/apt/trusted.gpg.d/pritunl.asc
curl -fsSL https://pgp.mongodb.com/server-6.0.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-server-6.0.gpg

sudo add-apt-repository 'deb http://repo.pritunl.com/stable/apt jammy main'
sudo add-apt-repository 'deb https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse'