From 15b7a34072e3524ac4424766f1973a29a1ff0f84 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Mon, 9 Mar 2026 11:23:19 +0000 Subject: [PATCH] wireguard: Add entries for Homebrew and RPM packages Reviewed-by: Sunil Mohan Adapa --- plinth/modules/wireguard/manifest.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plinth/modules/wireguard/manifest.py b/plinth/modules/wireguard/manifest.py index 2fa8dfb6d..027807174 100644 --- a/plinth/modules/wireguard/manifest.py +++ b/plinth/modules/wireguard/manifest.py @@ -25,6 +25,14 @@ clients = [{ 'type': 'package', 'format': 'deb', 'name': 'wireguard' + }, { + 'type': 'package', + 'format': 'rpm', + 'name': 'wireguard-tools' + }, { + 'type': 'package', + 'format': 'brew', + 'name': 'wireguard-tools' }, { 'type': 'download', 'os': 'android',