From d481b6d9d50198bcd9cf16bae8f380b091568ada Mon Sep 17 00:00:00 2001 From: Bandie Date: Fri, 18 May 2018 12:31:36 +0200 Subject: [PATCH] PPA --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d79fa77..9b423a8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ There are two passwords you are able to set: the key password and the panic pass ### Arch Linux There is [pam_panic-git](https://aur.archlinux.org/packages/pam_panic-git/) in the AUR now. +### Ubuntu +There's a [PPA](https://launchpad.net/~bandie/+archive/ubuntu/pampanic). +To install the package using the PPA: +``` +sudo add-apt-repository ppa:bandie/pampanic +sudo apt-get update +sudo apt-get install pampanic +``` + ### From sources You will need GCC or similar, as well as the PAM headers. Some distributions package the PAM headers as `libpam0g-dev`. Also you need `autoconf`.