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