00
This commit is contained in:
parent
2be2d3407e
commit
815b1703e4
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ set -e
|
||||||
RP_COSMETICS_URL="https://git.rp1.hu/gabeszm/Linux_scriptek/raw/branch/main/rp_cosmetics.sh"
|
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
|
# 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: 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
|
#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
|
# Letöltjük a szkriptet
|
||||||
curl -Ls "$TWEAK_URL" -o tweak.sh
|
curl -Ls "$TWEAK_URL" -o tweak.sh
|
||||||
|
|
Loading…
Reference in a new issue