kurkos.sh 196 B

12345
  1. if [ -f /etc/lightdm/lightdm.conf ];then
  2. echo "/etc/lightdm/lightdm.conf dosyası değiştirildi"
  3. sed -i 's/#greeter-setup-script=/greeter-setup-script=numlockx on/g' /etc/lightdm/lightdm.conf
  4. fi