Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago authored Jun 26, 2022
1 parent f416930 commit 25be8e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# libpam
Patch Debian's PAM to support longer passwords

## Usage

1. Download components which are intended to be installed from GitHub Actions, e.g:

```
wget https://github.com/sftpmgr/libpam/releases/download/UserBuild_2022.06.26_02-09/libpam-modules_1.4.0-9+deb11u1_amd64.deb
wget https://github.com/sftpmgr/libpam/releases/download/UserBuild_2022.06.26_02-09/libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb
wget https://github.com/sftpmgr/libpam/releases/download/UserBuild_2022.06.26_02-09/libpam-runtime_1.4.0-9+deb11u1_all.deb
wget https://github.com/sftpmgr/libpam/releases/download/UserBuild_2022.06.26_02-09/libpam0g_1.4.0-9+deb11u1_amd64.deb
```
2. Install downloaded components:

```
sudo dpkg -i libpam-modules_1.4.0-9+deb11u1_amd64.deb
sudo dpkg -i libpam-modules-bin_1.4.0-9+deb11u1_amd64.deb
sudo dpkg -i libpam-runtime_1.4.0-9+deb11u1_all.deb
sudo dpkg -i libpam0g_1.4.0-9+deb11u1_amd64.deb
```

or

```
sudo dpkg -i *.deb
```

0 comments on commit 25be8e3

Please sign in to comment.