ProtonVPN / linux-app

Official ProtonVPN Linux app
https://protonvpn.com/download-linux
GNU General Public License v3.0
408 stars 64 forks source link

Debian repo not found? #15

Open joshbowyer opened 3 years ago

joshbowyer commented 3 years ago

I did an apt update today and it said the ProtonVPN repo is not found, so then I went to repo.protonvpn.com/debian and it is 404'd?

joshbowyer commented 3 years ago

Ok, adding the / in the URL works in the browser, but the error from apt says it is looking for 'main/binary-arm64' which doesnt exist in the repo... shouldnt it be looking for binary-all?

calexandru2018 commented 3 years ago

Hey @joshbowyer

That is actually your systems that is configured to search for arm64, which makes me believe we're running on a arm device.

joshbowyer commented 3 years ago

Yes that is correct. This wasnt a problem a few days ago.

calexandru2018 commented 3 years ago

@joshbowyer in terms of repo nothing has changed. Maybe some update to the distro that changed it?

joshbowyer commented 3 years ago

Nope, I havent even done an apt upgrade since it was working last. The workaround is to add arch=all to the repo file like this:

deb [arch=all, signed-by=blah blah]

https://stackoverflow.com/a/15273416 explains it better, not sure how it wasnt complaining before as nothing changed on either end?