diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-03 16:02:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-03 16:02:47 +0900 |
| commit | 625d69c39cefedf5806be3d91ebbd650dff8d98c (patch) | |
| tree | c72be78359cfe2f83483b844ecd88e1b805b49aa | |
| parent | a2c5b8b8226515bc38f900c3f21f6ef569cd9395 (diff) | |
modified static/progs.csv, modified static/thesiah.sh
| -rw-r--r-- | static/progs.csv | 1 | ||||
| -rwxr-xr-x | static/thesiah.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/static/progs.csv b/static/progs.csv index d9dddff..0ca17b3 100644 --- a/static/progs.csv +++ b/static/progs.csv @@ -170,6 +170,7 @@ P,pandas,"is a Python package that provides fast, flexible, and expressive data A,pass-git-helper,is a git credential helper interfacing with pass. A,perl-data-ical,generates iCalendar (RFC 2445) calendar files. ,perl-file-mimeinfo,determines file type including mimeopen and mimetype. +A,perl-pass-otp,is a Perl implementation of HOTP/TOTP algorithms. A,perl-text-autoformat,is a Perl module for automatic text wrapping and reformatting. A,pipe-viewer-git,is a lightweight YouTube client for Linux. ,pipewire-alsa,is a low-latency audio/video router and processor. diff --git a/static/thesiah.sh b/static/thesiah.sh index 50af079..8a1d1f9 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -362,7 +362,7 @@ pamgnupg() { grep -Eq "auth\s+optional\s+pam_gnupg.so store-only" /etc/pam.d/system-local-login || echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-local-login grep -Eq "session\s+optional\s+pam_gnupg.so" /etc/pam.d/system-local-login || echo "session optional pam_gnupg.so" >>/etc/pam.d/system-local-login grep -Eq "auth\s+optional\s+pam_mount.so" /etc/pam.d/system-login || sed -i "/auth requisite pam_nologin.so/a auth optional pam_mount.so" /etc/pam.d/system-login - grep -Eq "password\s+optional\s+pam_mount.so" /etc/pam.d/system-login || sed -i "/password include system-auth/i password optional pam_mount.so " /etc/pam.d/system-login + grep -Eq "password\s+optional\s+pam_mount.so" /etc/pam.d/system-login || sed -i "/password include system-auth/i password optional pam_mount.so" /etc/pam.d/system-login grep -Eq "session\s+\[success=1 default=ignore\]\s+pam_succeed_if.so\s+service = systemd-user quiet" /etc/pam.d/system-login || sed -i "/session optional pam_keyinit.so force revoke/a session [success=1 default=ignore] pam_succeed_if.so service = systemd-user quiet\nsession optional pam_mount.so" /etc/pam.d/system-login } |
