Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Last active November 15, 2015 12:09
Show Gist options
  • Select an option

  • Save franciscocpg/f154e2052072d2f25d12 to your computer and use it in GitHub Desktop.

Select an option

Save franciscocpg/f154e2052072d2f25d12 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
sudo apt-get install -y --no-install-recommends unity-greeter
sudo sh -c 'echo "[SeatDefaults]
greeter-session=unity-greeter
user-session=xubuntu" > /etc/lightdm/lightdm.conf.d/10-xubuntu.conf'
echo "Reboot to apply changes"
@franciscocpg

Copy link
Copy Markdown
Author

Remote install

bash <(curl -s https://gist.githubusercontent.com/franciscocpg/f154e2052072d2f25d12/raw/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment