From f8db4a6d2d5f1c5fb908a74ca6fb8797da215a99 Mon Sep 17 00:00:00 2001 From: Somedev Date: Sat, 27 Sep 2025 09:02:56 +0000 Subject: [PATCH] Update autoinstall.sh (PATCHED FOR PR) --- autoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstall.sh b/autoinstall.sh index 3e254bb..4ec7825 100755 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -108,7 +108,7 @@ for x in sudo zsh base-devel ca-certificates python python-pip; do installpkg "$x" done -[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers + trap 'rm -f /etc/sudoers.d/larbs-temp' HUP INT QUIT TERM PWR EXIT echo "%wheel ALL=(ALL) NOPASSWD: ALL" >/etc/sudoers.d/larbs-temp