00
This commit is contained in:
parent
e793985a1d
commit
b9c4770471
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ 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: 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
|
||||
|
|
|
@ -36,7 +36,7 @@ gsettings set org.gnome.desktop.sound theme-name 'Yaru'
|
|||
gsettings set org.gnome.desktop.screensaver lock-enabled false
|
||||
gsettings set org.gnome.desktop.session idle-delay 0
|
||||
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
|
||||
yay -S gdm-tools --noconfirm --sudoloop --save
|
||||
yay -S gdm-tools --noconfirm --save
|
||||
|
||||
|
||||
# GDM téma beállítása
|
||||
|
|
Loading…
Reference in a new issue