From 771fd79c3848aed8e0c468a3f6204e1eab2f27d2 Mon Sep 17 00:00:00 2001 From: rern Date: Sat, 13 Jan 2024 14:11:47 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab5d52c5e..2696993a2 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ alias=r1 . /srv/http/bash/settings/addons.sh -# 20240111 +# 20240113 file=/etc/security/pam_env.conf if [[ -e /usr/bin/firefox ]] && ! grep -q MOZ_USE_XINPUT2 $file; then echo MOZ_USE_XINPUT2 DEFAULT=1 >> $file