From cc70bcfafc04090446363be90710849995fce4d0 Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Fri, 26 Feb 2021 23:51:55 +0100 Subject: [PATCH] On recent Ubuntu releases pam_authentication fails for unknown reason --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa7d3d4..445bd05 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Run a root shell: $ please - -Installation on Debian / Ubuntu -------------------------------- +Installation on Debian +---------------------- 1. Install git, compiler and libpam-dev: __apt-get install git build-essential libpam0g-dev__ 2. Clone repository: __git clone https://github.com/gblach/please.git__ 3. Build and install: __make && make install__