From e4adde88f0597038e0da0fabd3e95f99cd0bb636 Mon Sep 17 00:00:00 2001 From: Nilesh Patra <nilesh@nileshpatra.info> Date: Fri, 5 Jul 2024 10:45:51 +0530 Subject: [PATCH] Add updated info about deb package --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 623becf8..5bcc1ccf 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,15 @@ yay riseup-vpn # Debian -We haven't updated deb.leap.se repo yet 😞 (see #466), but if you *really* desire a debian -package you can build your own for the time being: +The package is available as "riseup-vpn" in Debian Bookworm, albeit at an older version. To get the same, you could run: + +``` +sudo apt install riseup-vpn +``` + +The latest version is available for Debian Bookworm via backports. See the [offcial page](https://backports.debian.org/Instructions/) for instructions on how to set it up. If you are using Debian Testing/Unstable, riseup-vpn's latest version is available there as well. + +If you're using an older version of Debian, then we do not have a package for the same. However, if you really desire a debian package you can build your own for the time being: ``` debuild -us -uc -- GitLab