Skip to content

Commit

Permalink
Setup auto-login for desktop (#37)
Browse files Browse the repository at this point in the history
* Setup auto-login for desktop

* Create lightdm config after it is installed

Co-authored-by: Frédéric Simonis <[email protected]>
  • Loading branch information
MakisH and fsimonis authored Mar 25, 2022
1 parent 4a1a61c commit 749a3c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provisioning/install-basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ sudo apt-get upgrade -qy
sudo apt-get install -y xubuntu-core^
sudo apt-get install -y thunar xfce4-terminal terminator bash-completion tree evince firefox firefox-locale-en baobab catfish

# Setup auto-login for the graphical session
echo "autologin-user=vagrant" | sudo tee --append /usr/share/lightdm/lightdm.conf.d/60-xubuntu.conf

# Install the VirtualBox guest additions
sudo apt-get install -y virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11

Expand Down

0 comments on commit 749a3c5

Please sign in to comment.