mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update tabs/utils/auto-login.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
0d7213d36a
commit
8fdb105078
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user