From 37eef074921c77b201fed0ee6c63cfd083674e16 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sat, 21 Dec 2024 16:26:00 +0100 Subject: [PATCH] 00 --- arch_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/arch_install.sh b/arch_install.sh index affc9a2..45d09b3 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -12,6 +12,7 @@ set -e # 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 # Letöltjük a szkriptet curl -Ls "$TWEAK_URL" -o tweak.sh