Riseup vpn for Manjaro arm on pinebook pro?

Has anyone gotten riseup vpn working on a pinebook pro? I’ve been unsuccessful and wondering if it just doesn’t work for arm. Thanks.

Theres a couple of scripts in AUR but marked as x86_64 only.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=riseup-vpn

You may be able to build on PineBook if you clone the script and add aarch64 to the arch array

arch=('x86_64' 'aarch64')

Then install dependencies and build

makepkg -si
1 Like

Awesome thanks so much! Apparently I didn’t have the right text for the build file. Works perfectly now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.