diff --git a/Installation-of-pam_panic.md b/Installation-of-pam_panic.md index 0c431b6..a3cf1cd 100644 --- a/Installation-of-pam_panic.md +++ b/Installation-of-pam_panic.md @@ -1,5 +1,14 @@ ## Arch Linux -There's a rolling AUR now called `pam_panic-git`. +There's a rolling AUR package called `pam_panic-git`. + +## 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 +``` ## Compiling from sources