00
This commit is contained in:
parent
15ec588973
commit
37eef07492
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue