Pritunl VPN Client install on Raspbian

Hi. I"m currently trying to connect my local PiHole to my Pritunl VPN hosted on a VPS cloud instance so i can take advantage of my Pihole both locally and when I connect to my VPN remotely. I’m trying to install the Pritunl client via CLI but apt can’t seem to find the package for pritunl-client. I followed the instructions here under Debian 10 to install but I get this error when running sudo apt-get install pritunl-client : E: Unable to locate package pritunl-client. Same for pritunl-client-electron

When printing my repositories I get:
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi

deb http://archive.raspberrypi.org/debian/ buster main

deb https://repo.pritunl.com/stable/apt buster main

However when running sudo apt-cache policy I don’t see the pritunl repo URL listed which may be causing the issue.

OS info for my Pi-Zero:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster

last time i checked there was no repository for raspian. I managed to solve using openvpn. if you want to start it automatically you can add the “openvpn vpnconfigfile.ovpn” command to startup. however beware that every now and then it disconnects and never reconnects again. I didn’t have any more time to solve this last problem

The pritunl/pritunl-pacur repository contains all the build files for Pritunl packages in the pacur/pacur build format that is based off of the Arch Linux format. The pritunl-client CLI is built with golang and would be relatively easy to run on other platforms.