From 60448ab4efd3708ee2d302e83b01e69443023673 Mon Sep 17 00:00:00 2001 From: 34n0 <34n0@immerda.ch> Date: Sat, 20 Jan 2024 00:44:08 +0100 Subject: [PATCH] doc: copr repo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index acdce2f..e419fde 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ If you're a RPM distribution user, then then pam-authramp can be installed using curl -LO https://github.com/34N0/pam-authramp/releases/download/v0.9.1-beta/pam-authramp-0.9.1-1.x86_64.rpm sudo rpm -i pam-authramp-0.9.1-1.x86_64.rpm ``` +### COPR +The module is released in a COPR repository: +```bash +sudo dnf copr enable 34n0s/pam-authramp +sudo dnf install pam-authramp +``` ### Debian If you're a Debian user (or a user of a Debian derivative like Ubuntu), then pam-authramp can be installed using a binary .deb file provided in each [release](https://github.com/34N0/pam-authramp/releases). ```bash