summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-03 16:02:47 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-03 16:02:47 +0900
commit625d69c39cefedf5806be3d91ebbd650dff8d98c (patch)
treec72be78359cfe2f83483b844ecd88e1b805b49aa
parenta2c5b8b8226515bc38f900c3f21f6ef569cd9395 (diff)
modified static/progs.csv, modified static/thesiah.sh
-rw-r--r--static/progs.csv1
-rwxr-xr-xstatic/thesiah.sh2
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
}