From 815b1703e420b4066bf071bb47a4964a772ad5d8 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sat, 21 Dec 2024 16:46:14 +0100 Subject: [PATCH] 00 --- arch_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch_install.sh b/arch_install.sh index e6ab0cc..e7c30ee 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -11,8 +11,8 @@ set -e RP_COSMETICS_URL="https://git.rp1.hu/gabeszm/Linux_scriptek/raw/branch/main/rp_cosmetics.sh" # Adjuk hozzá az aktuális felhasználót a sudoers fájlhoz, hogy jelszó nélkül használhassa a sudo-t -#echo "ALL ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/disable-password > /dev/null -echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/yay, /usr/bin/pacman" | sudo tee /etc/sudoers.d/disable-password > /dev/null +echo "ALL ALL=(ALL) NOPASSWD: ALL /usr/bin/yay, /usr/bin/pacman" | sudo tee /etc/sudoers.d/disable-password > /dev/null +#echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/yay, /usr/bin/pacman" | sudo tee /etc/sudoers.d/disable-password > /dev/null # Letöltjük a szkriptet curl -Ls "$TWEAK_URL" -o tweak.sh