Update tabs/utils/auto-login.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Guru Swarupa 2024-09-18 22:04:19 +05:30 committed by GitHub
parent 0d7213d36a
commit 8fdb105078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ configure_gdm() {
echo "Configuring GDM for autologin..." echo "Configuring GDM for autologin..."
echo "Enter username for GDM autologin: " echo "Enter username for GDM autologin: "
read user read -r user
$ESCALATION_TOOL "echo '[daemon]' > /etc/gdm/custom.conf" $ESCALATION_TOOL "echo '[daemon]' > /etc/gdm/custom.conf"
$ESCALATION_TOOL "echo 'AutomaticLoginEnable = true' >> /etc/gdm/custom.conf" $ESCALATION_TOOL "echo 'AutomaticLoginEnable = true' >> /etc/gdm/custom.conf"