summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-18 16:52:21 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-18 16:52:21 +0900
commit74872feff84eb31a10ecbe906332d24d6685224a (patch)
tree8fba1d47cb52ec4da8dab6617040af907f15b995
parent4788b59b4e9d59257d0c24145e094e8bfd5be2ee (diff)
Init
-rwxr-xr-xpublic/thesiah.sh4
-rwxr-xr-xstatic/thesiah.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 4268988..0fc4131 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -337,8 +337,8 @@ addsudo() {
pamgnupg() {
whiptail --infobox "Setting up pam-gnupg..." 7 50
$aurhelper -Qq pam-gnupg >/dev/null 2>&1 || aurinstall pam-gnupg
- echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-login >/dev/null 2>&1
- echo "session optional pam_gnupg.so " >>/etc/pam.d/system-login >/dev/null 2>&1
+ echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-local-login >/dev/null 2>&1
+ echo "session optional pam_gnupg.so " >>/etc/pam.d/system-local-login >/dev/null 2>&1
}
ecryptfssetup() {
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 4268988..0fc4131 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -337,8 +337,8 @@ addsudo() {
pamgnupg() {
whiptail --infobox "Setting up pam-gnupg..." 7 50
$aurhelper -Qq pam-gnupg >/dev/null 2>&1 || aurinstall pam-gnupg
- echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-login >/dev/null 2>&1
- echo "session optional pam_gnupg.so " >>/etc/pam.d/system-login >/dev/null 2>&1
+ echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-local-login >/dev/null 2>&1
+ echo "session optional pam_gnupg.so " >>/etc/pam.d/system-local-login >/dev/null 2>&1
}
ecryptfssetup() {