From d9a519f755176b726a0579f08f0e09fc2adfd4bc Mon Sep 17 00:00:00 2001 From: Conor Budworth Date: Sun, 9 Nov 2025 04:20:27 +0100 Subject: [PATCH] Update install_arch_solphyr.sh --- install_arch_solphyr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_arch_solphyr.sh b/install_arch_solphyr.sh index cc4aaf5..cde192f 100644 --- a/install_arch_solphyr.sh +++ b/install_arch_solphyr.sh @@ -163,6 +163,7 @@ systemctl enable NetworkManager # yay (AUR helper) if [[ "${INSTALL_YAY,,}" == "yes" ]]; then pacman -S --noconfirm base-devel git go + echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/00-yay-temp su - "$USERNAME" -c ' set -e cd /tmp @@ -172,6 +173,7 @@ if [[ "${INSTALL_YAY,,}" == "yes" ]]; then cd rm -rf /tmp/yay ' + rm -f /etc/sudoers.d/00-yay-temp fi # Hardening